FunctionWrongArgumentsNumberException メンバー
FunctionWrongArgumentsNumberException クラスは、関数が受け取った引数の数が正しくない場合に生成される例外です。
FunctionWrongArgumentsNumberException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
FunctionWrongArgumentsNumberException() () () () | ||
FunctionWrongArgumentsNumberException(String) | 指定されたメッセージ テキストを持つ FunctionWrongArgumentsNumberException クラスの新しいインスタンスを初期化します。 | |
FunctionWrongArgumentsNumberException(String, Exception) | 指定されたメッセージ テキストと内部例外を持つ ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。 | |
FunctionWrongArgumentsNumberException(String, Int32, Int32) |
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 をオーバーライドします。) | |
ExpectedCount | 必要な引数の数を取得します。 | |
FunctionName | 例外の原因になった関数の名前を取得します。 | |
HelpLink | (DmfException から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Message | (Exception. . :: . .Message をオーバーライドします。) | |
ReceivedCount | 必要な引数の数を取得します。 | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
Top