FormError Members
Include Protected Members
Include Inherited Members
Represents an error in the FormErrorCollection of a form.
The FormError type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FormError |
Top
Properties
Name | Description | |
---|---|---|
DetailedMessage | Gets or sets the detailed message displayed for the FormError object. | |
ErrorCode | Gets or sets the numeric error code value of a FormError object. | |
FormErrorType | Gets the type of the FormError object. | |
Message | Gets or sets the short message displayed for a FormError object. | |
Name | Gets the name of the FormError object. | |
Site | Gets an XPathNavigator that is positioned at the node of a form's underlying XML document that is associated with a FormError object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top