次の方法で共有


NSException Constructor (String, Exception)

指定したエラー メッセージとこの例外の原因となった内部例外への参照を使用して、NSException クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.SqlServer.NotificationServices
アセンブリ: Microsoft.SqlServer.NotificationServices (microsoft.sqlserver.notificationservices.dll 内)

構文

'宣言
Public Sub New ( _
    message As String, _
    innerEx As Exception _
)
public NSException (
    string message,
    Exception innerEx
)
public:
NSException (
    String^ message, 
    Exception^ innerEx
)
public NSException (
    String message, 
    Exception innerEx
)
public function NSException (
    message : String, 
    innerEx : Exception
)

パラメータ

  • message
    例外の原因を示すエラー メッセージです。
  • innerEx
    現在の例外の原因になった例外です。innerException パラメータが NULL 参照 (Visual Basic では Nothing) ではない場合、現在の例外は内部例外を処理する catch ブロックで発生します。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace