InvalidCommandTreeException コンストラクター

定義

InvalidCommandTreeException クラスの新しいインスタンスを初期化します。

オーバーロード

InvalidCommandTreeException()

既定のメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。

InvalidCommandTreeException(String)

指定したメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。

InvalidCommandTreeException(String, Exception)

指定したメッセージと内部例外を使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。

InvalidCommandTreeException()

既定のメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。

public:
 InvalidCommandTreeException();
public InvalidCommandTreeException ();
Public Sub New ()

適用対象

InvalidCommandTreeException(String)

指定したメッセージを使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。

public:
 InvalidCommandTreeException(System::String ^ message);
public InvalidCommandTreeException (string message);
new System.Data.InvalidCommandTreeException : string -> System.Data.InvalidCommandTreeException
Public Sub New (message As String)

パラメーター

message
String

例外メッセージです。

適用対象

InvalidCommandTreeException(String, Exception)

指定したメッセージと内部例外を使用して、InvalidCommandTreeException クラスの新しいインスタンスを初期化します。

public:
 InvalidCommandTreeException(System::String ^ message, Exception ^ innerException);
public InvalidCommandTreeException (string message, Exception innerException);
new System.Data.InvalidCommandTreeException : string * Exception -> System.Data.InvalidCommandTreeException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外メッセージです。

innerException
Exception

この InvalidCommandTreeException の原因になった例外です。

適用対象