ErrorsCollection Members
Include Protected Members
Include Inherited Members
Contains an ErrorObject object for each error within a Microsoft InfoPath 2010 form.
The ErrorsCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets a count of the number of ErrorObject objects contained in the collection. (Inherited from Errors.) | |
Item | Gets a reference to the specified ErrorObject object from the collection. (Inherited from Errors.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds an ErrorObject to ErrorsCollection and returns a reference to the new Error object. (Inherited from Errors.) | |
Delete | Deletes the specified ErrorObject object from the ErrorsCollection collection. (Inherited from Errors.) | |
DeleteAll | Deletes all of the ErrorObject objects contained in the ErrorsCollection collection. (Inherited from Errors.) | |
GetEnumerator | Gets an IEnumerator that iterates over all entries in the ErrorsCollection object. (Inherited from Errors.) |
Top