ParameterTypeMismatchException

ParameterTypeMismatchException()

public ParameterTypeMismatchException() ;

説明

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

ParameterTypeMismatchException(string)

public ParameterTypeMismatchException(string message) ;

説明

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

パラメーター

パラメーター名 説明
message エラーメッセージ文字列。

ParameterTypeMismatchException(string, Exception)

public ParameterTypeMismatchException(string message, Exception inner) ;

説明

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

パラメーター

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