Partager via


NSException Constructor (String)

Initializes a new instance of the NSException class with a specified error message.

Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
public NSException (
    string message
)
public:
NSException (
    String^ message
)
public NSException (
    String message
)
public function NSException (
    message : String
)

Paramètres

  • message
    The message that describes the error.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace