NSException Constructor (String)
Initializes a new instance of the NSException class with a specified error message.
Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Синтаксис
'Декларация
Public Sub New ( _
message As String _
)
public NSException (
string message
)
public:
NSException (
String^ message
)
public NSException (
String message
)
public function NSException (
message : String
)
Параметры
- message
The message that describes the error.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace