The CErrors type exposes the following members.

Methods

  NameDescription
ClearErrors
Clears all of the errors in the collection
CombineOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator
Returns an enumeration that iterates through the list of errors.
GetError
Gets the error message at the given spot in the array of error messages
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewError
Creates a new CError and adds it to the collection of errors
ToString
Lists out the errors in a printable string
(Overrides Object..::.ToString()()().)

See Also