FormErrorCollection.Add Method
Include Protected Members
Include Inherited Members
Creates and adds a new FormError to the FormErrorCollection object associated with the current form.
Overload List
Name | Description | |
---|---|---|
Add(XPathNavigator, String, String) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. | |
Add(XPathNavigator, String, String, String) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. | |
Add(XPathNavigator, String, String, String, Int32) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. | |
Add(XPathNavigator, String, String, String, Int32, ErrorMode) | Creates and adds a new FormError to the FormErrorCollection object associated with the current form. |
Top