Share via


NSException.Message Property

Gets the Notification Services exception message and any exception returned by the Database Engine.

Namespace: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Syntax

'Declaration
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

Property Value

A string representation of the Notification Services error that resulted in the exception and any exception message returned by the Database Engine.

Remarks

If Notification Services encountered an error on the Database Engine, the message contains both the Notification Services error message and the Database Engine 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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace