SubmitErrorCollection Class Members
 
            
                In This Topic
            
            The following tables list the members exposed by SubmitErrorCollection.
            
            
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | Count | Gets the number of elements contained in the collection.   | 
  | Item | Gets the error with the specified index from the collection.   | 
Top 
            
            
            
            Public Methods
|   | Name | Description | 
  | Clear | Removes all errors from the collection.   | 
  | Contains | Specifies whether a given error is a member of the collection.   | 
  | CopyTo | Copies the elements of the collection to an Array, starting at the arrayIndex index.   | 
  | GetEnumerator | Returns an enumerator that iterates through a collection.   | 
  | Remove | Removes error from the collection   | 
Top 
            
            
            
            
            
            
            
            
            
            
            See Also