FunctionWrongReturnTypeException メンバー
FunctionWrongReturnTypeException クラスは、指定された戻り値の型が関数によって返された型と異なる場合に発生する例外です。
FunctionWrongReturnTypeException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
FunctionWrongReturnTypeException() () () () | ||
FunctionWrongReturnTypeException(String) | 指定されたメッセージ テキストを持つ FunctionWrongReturnTypeException クラスの新しいインスタンスを初期化します。 | |
FunctionWrongReturnTypeException(String, Exception) | 指定されたメッセージ テキストと内部例外を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。 | |
FunctionWrongReturnTypeException(String, String, String) |
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