FunctionWrongArgumentTypeException メンバー
FunctionWrongArgumentTypeException クラスは、関数が受け取った引数の型が正しくない場合に生成される例外です。
FunctionWrongArgumentTypeException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
FunctionWrongArgumentTypeException() () () () | ||
FunctionWrongArgumentTypeException(String) | 指定されたメッセージ テキストを持つ FunctionWrongArgumentTypeException クラスの新しいインスタンスを初期化します。 | |
FunctionWrongArgumentTypeException(String, Exception) | 指定されたメッセージ テキストと内部例外を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。 | |
FunctionWrongArgumentTypeException(String, String, String) | 指定された関数、受け取った型、および必要な型を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。 |
Top
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | (Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext) をオーバーライドします。) | |
GetType | (Exception から継承されています。) | |
Init | (DmfException から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
SetHelpContext | (DmfException から継承されています。) | |
ToString | (Exception から継承されています。) |
Top
プロパティ
名前 | 説明 | |
---|---|---|
Data | (Exception から継承されています。) | |
DmfExceptionType | (DmfException. . :: . .DmfExceptionType をオーバーライドします。) | |
ExpectedType | 関数が必要とした型を取得します。 | |
FunctionName | 例外の原因になった関数の名前を取得します。 | |
HelpLink | (DmfException から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception. . :: . .Message をオーバーライドします。) | |
ReceivedType | 関数が受け取った型を取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
Top