StringPropertyTooLongException-Member
The StringPropertyTooLongException class is an exception that is raised when the string that is assigned to a property is too long.
Der StringPropertyTooLongException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
StringPropertyTooLongException() () () () | ||
StringPropertyTooLongException(String) | Initializes a new instance of the StringPropertyTooLongException class that has the specified message text. | |
StringPropertyTooLongException(String, Exception) | Initializes a new instance of the StringPropertyTooLongException class that has the specified message text and inner exception. | |
StringPropertyTooLongException(String, Int32, Int32) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Überschreibt Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Geerbt von Exception.) | |
Init | (Geerbt von DmfException.) | |
MemberwiseClone | (Geerbt von Object.) | |
SetHelpContext | (Geerbt von DmfException.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CurrentLength | Gets the current length of the string property. | |
Data | (Geerbt von Exception.) | |
DmfExceptionType | (Überschreibt DmfException. . :: . .DmfExceptionType.) | |
HelpLink | (Geerbt von DmfException.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
MaxLength | Gets the maximum length that is allowed for the string property. | |
Message | (Überschreibt Exception. . :: . .Message.) | |
PropertyName | ||
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang