Arbor 3: FSM & BT Graph Editor  3.7.8
ParameterTypeMismatchException クラス

間違ったタイプのパラメータの値にアクセスしたときにスローされる例外。 [詳解]

Exceptionを継承しています。

公開メンバ関数

 ParameterTypeMismatchException ()
 ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。 [詳解]
 
 ParameterTypeMismatchException (string message)
 指定したエラーメッセージを使用して、ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。 [詳解]
 
 ParameterTypeMismatchException (string message, System.Exception inner)
 指定したエラーメッセージおよびこの例外の原因となった内部例外への参照を使用して、ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。 [詳解]
 

詳解

間違ったタイプのパラメータの値にアクセスしたときにスローされる例外。

構築子と解体子

◆ ParameterTypeMismatchException() [1/3]

ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。

◆ ParameterTypeMismatchException() [2/3]

ParameterTypeMismatchException ( string  message)

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

引数
messageエラーメッセージ文字列。

◆ ParameterTypeMismatchException() [3/3]

ParameterTypeMismatchException ( string  message,
System.Exception  inner 
)

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

引数
messageエラーメッセージ文字列。
inner現在の例外の原因となった例外。