StringPropertyTooLongException メンバー
StringPropertyTooLongException クラスは、プロパティに割り当てられた文字列が長すぎる場合に発生する例外です。
StringPropertyTooLongException 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
StringPropertyTooLongException() () () () | ||
StringPropertyTooLongException(String) | 指定されたメッセージ テキストを持つ StringPropertyTooLongException クラスの新しいインスタンスを初期化します。 | |
StringPropertyTooLongException(String, Exception) | 指定されたメッセージ テキストと内部例外を持つ StringPropertyTooLongException クラスの新しいインスタンスを初期化します。 | |
StringPropertyTooLongException(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
プロパティ
名前 | 説明 | |
---|---|---|
CurrentLength | 文字列プロパティの現在の長さを取得します。 | |
Data | (Exception から継承されています。) | |
DmfExceptionType | (DmfException. . :: . .DmfExceptionType をオーバーライドします。) | |
HelpLink | (DmfException から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
MaxLength | 文字列プロパティで許可されている最大長を取得します。 | |
Message | (Exception. . :: . .Message をオーバーライドします。) | |
PropertyName | ||
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
Top