|
Arbor 3: FSM & BT Graph Editor
3.6.0
|
間違ったタイプのパラメータの値にアクセスしたときにスローされる例外。 More...
Inherits Exception.
Public Member Functions | |
| ParameterTypeMismatchException () | |
| ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。 More... | |
| ParameterTypeMismatchException (string message) | |
| 指定したエラーメッセージを使用して、ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。 More... | |
| ParameterTypeMismatchException (string message, System.Exception inner) | |
| 指定したエラーメッセージおよびこの例外の原因となった内部例外への参照を使用して、ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。 More... | |
間違ったタイプのパラメータの値にアクセスしたときにスローされる例外。
ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。
| ParameterTypeMismatchException | ( | string | message | ) |
指定したエラーメッセージを使用して、ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。
| message | エラーメッセージ文字列。 |
| ParameterTypeMismatchException | ( | string | message, |
| System.Exception | inner | ||
| ) |
指定したエラーメッセージおよびこの例外の原因となった内部例外への参照を使用して、ParameterTypeMismatchExceptionクラスの新しいインスタンスを初期化。
| message | エラーメッセージ文字列。 |
| inner | 現在の例外の原因となった例外。 |