Membres StringPropertyTooLongException
The StringPropertyTooLongException class is an exception that is raised when the string that is assigned to a property is too long.
Le type StringPropertyTooLongException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de Object.) | |
Finalize | (Hérité de Object.) | |
GetBaseException | (Hérité de Exception.) | |
GetHashCode | (Hérité de Object.) | |
GetObjectData | (Se substitue à Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Hérité de Exception.) | |
Init | (Hérité de DmfException.) | |
MemberwiseClone | (Hérité de Object.) | |
SetHelpContext | (Hérité de DmfException.) | |
ToString | (Hérité de Exception.) |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CurrentLength | Gets the current length of the string property. | |
Data | (Hérité de Exception.) | |
DmfExceptionType | (Se substitue à DmfException. . :: . .DmfExceptionType.) | |
HelpLink | (Hérité de DmfException.) | |
HResult | (Hérité de Exception.) | |
InnerException | (Hérité de Exception.) | |
MaxLength | Gets the maximum length that is allowed for the string property. | |
Message | (Se substitue à Exception. . :: . .Message.) | |
PropertyName | ||
Source | (Hérité de Exception.) | |
StackTrace | (Hérité de Exception.) | |
TargetSite | (Hérité de Exception.) |
Haut de la page
Voir aussi