NSException Constructor (String)
指定したエラー メッセージを使用して、NSException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (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
エラーを説明するメッセージです。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace