StringPropertyTooLongException Members
Include Protected Members
Include Inherited Members
The StringPropertyTooLongException class is an exception that is raised when the string that is assigned to a property is too long.
The StringPropertyTooLongException type exposes the following members.
Constructors
Name | 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) |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetBaseException() | (Inherited from Exception.) | |
GetHashCode() | (Inherited from Object.) | |
GetObjectData(SerializationInfo, StreamingContext) | (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType() | (Inherited from Exception.) | |
Init() | (Inherited from DmfException.) | |
MemberwiseClone() | (Inherited from Object.) | |
SetHelpContext(String) | (Inherited from DmfException.) | |
ToString() | (Inherited from Exception.) |
Top
Properties
Name | Description | |
---|---|---|
CurrentLength | Gets the current length of the string property. | |
Data | (Inherited from Exception.) | |
DmfExceptionType | (Overrides DmfException.DmfExceptionType.) | |
HelpLink | (Inherited from DmfException.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
MaxLength | Gets the maximum length that is allowed for the string property. | |
Message | (Overrides Exception.Message.) | |
PropertyName | ||
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
See Also