次の方法で共有


RulesException Constructor (String, Exception)

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

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

構文

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

パラメータ

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

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

RulesException Class
RulesException Members
Microsoft.SqlServer.NotificationServices.Rules Namespace