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

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

Inherits Exception.

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() [1/3]

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

◆ ParameterTypeMismatchException() [2/3]

ParameterTypeMismatchException ( string  message)

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

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

◆ ParameterTypeMismatchException() [3/3]

ParameterTypeMismatchException ( string  message,
System.Exception  inner 
)

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

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