Version

ErrorCollection Class Members

The following tables list the members exposed by ErrorCollection.

Public Constructors
 NameDescription
Public ConstructorErrorCollection ConstructorConstructor  
Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
Public PropertyItemGets the error at the specified index.  
Protected Properties
 NameDescription
Protected PropertyInnerListGets the list of elements contained in the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
Public Methods
 NameDescription
Public MethodCopyToCopies the elements of the ErrorCollection to an Error array, starting at a particular index.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the System.Collections.ReadOnlyCollectionBase instance. (Inherited from System.Collections.ReadOnlyCollectionBase)
See Also