Compartir a través de


NSException.Message Property

Gets the Notification Services exception message and any exception returned by the Database Engine (Motor de base de datos).

Espacio de nombres: Microsoft.SqlServer.NotificationServices
Ensamblado: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintaxis

'Declaración
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

Valor de propiedad

A string representation of the Notification Services error that resulted in the exception and any exception message returned by the Database Engine (Motor de base de datos).

Notas

If Notification Services encountered an error on the Database Engine (Motor de base de datos), the message contains both the Notification Services error message and the Database Engine (Motor de base de datos) error message.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace