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
)
Parameter
- message
The message that describes the error.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace