FormErrorCollection methods

Include protected members
Include inherited members

The FormErrorCollection type exposes the following members.

Methods

  Name Description
Public method Add(XPathNavigator, String, String) Creates and adds a new FormError to the FormErrorCollection object associated with the current form.
Public method Add(XPathNavigator, String, String, String) Creates and adds a new FormError to the FormErrorCollection object associated with the current form.
Public method Add(XPathNavigator, String, String, String, Int32) Creates and adds a new FormError to the FormErrorCollection object associated with the current form.
Public method Add(XPathNavigator, String, String, String, Int32, ErrorMode) Creates and adds a new FormError to the FormErrorCollection object associated with the current form.
Public method Delete(String) Deletes all FormError objects of the specified name from the FormErrorCollection object associated with the current form.
Public method Delete(FormError) Deletes the specified FormError from the FormErrorCollection object associated with the current form.
Public method DeleteAll Deletes all of the FormError objects contained in the FormErrorCollection object associated with the current form.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Gets an IEnumerator object that iterates over all entries in the collection.
Public method GetErrors(String) Returns all FormError objects of the specified name from the FormErrorCollection object associated with the current form.
Public method GetErrors(FormErrorType) Returns all FormError objects of the specified type from the FormErrorCollection object associated with the current form.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

FormErrorCollection class

Microsoft.Office.InfoPath namespace