Partager via


NSException.Message Property

Gets the Notification Services exception message and any exception returned by the Moteur de base de données.

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

Syntaxe

'Déclaration
Public Overrides ReadOnly Property Message As String
public override string Message { get; }
public:
virtual property String^ Message {
    String^ get () override;
}
/** @property */
public String get_Message ()
public override function get Message () : String

Valeur de propriété

A string representation of the Notification Services error that resulted in the exception and any exception message returned by the Moteur de base de données.

Notes

If Notification Services encountered an error on the Moteur de base de données, the message contains both the Notification Services error message and the Moteur de base de données error message.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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