Arbor 3: FSM & BT Graph Editor  3.5.1
ParameterTypeMismatchException Class Reference

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

Inheritance diagram for ParameterTypeMismatchException:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

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

ParameterTypeMismatchException ( string  message)

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

Parameters
messageエラーメッセージ文字列。
ParameterTypeMismatchException ( string  message,
System.Exception  inner 
)

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

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