NSException.Message Property
Gets the Notification Services exception message and any exception returned by the Motore di database.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
A string representation of the Notification Services error that resulted in the exception and any exception message returned by the Motore di database.
Osservazioni
If Notification Services encountered an error on the Motore di database, the message contains both the Notification Services error message and the Motore di database error message.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace