Partager via


Constructeur ExceptionMessageBox (Exception)

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité. Use ExceptionMessageBox instead.

Espace de noms :  Microsoft.NetEnterpriseServers
Assembly :  Microsoft.NetEnterpriseServers.ExceptionMessageBox (en Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    exception As Exception _
)
'Utilisation
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
)

Paramètres

  • exception
    Type : 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.