FormErrorCollection.GetErrors Method
Include Protected Members
Include Inherited Members
Returns all FormError objects of the specified name or type from the FormErrorCollection object associated with the current form.
Overload List
Name | Description | |
---|---|---|
GetErrors(String) | Returns all FormError objects of the specified name from the FormErrorCollection object associated with the current form. | |
GetErrors(FormErrorType) | Returns all FormError objects of the specified type from the FormErrorCollection object associated with the current form. |
Top