Construtor ExceptionMessageBox (Exception)
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam. Use ExceptionMessageBox instead.
Namespace: Microsoft.NetEnterpriseServers
Assembly: Microsoft.NetEnterpriseServers.ExceptionMessageBox (em Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Sintaxe
'Declaração
Public Sub New ( _
exception As Exception _
)
'Uso
Dim exception As Exception
Dim instance As New ExceptionMessageBox(exception)
public ExceptionMessageBox(
Exception exception
)
public:
ExceptionMessageBox(
Exception^ exception
)
new :
exception:Exception -> ExceptionMessageBox
public function ExceptionMessageBox(
exception : Exception
)
Parâmetros
- exception
Tipo: System. . :: . .Exception
A Exception that contains the top-level text, inner exception text, caption, data, help link, and optional additional information to display in the exception message box.
Consulte também