Jaa


NSException Constructor (String)

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

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

Syntax

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

Parameters

  • message
    The message that describes the error.

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