The CErrors type exposes the following members.

Methods

  NameDescription
Public methodClearErrors
Clears all of the errors in the collection
Public methodCombine(CErrors)
Combines the errors in addErrors with those in this collection
Public methodCombine(CErrors, Boolean)
Combines the errors in addErrors with those in this collection
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumeration that iterates through the list of errors.
Public methodGetError
Gets the error message at the given spot in the array of error messages
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNewError
Creates a new CError and adds it to the collection of errors
Public methodToString
Lists out the errors in a printable string
(Overrides Object..::..ToString()()()().)

See Also