The CErrors type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ClearErrors |
Clears all of the errors in the collection
| |
| Combine(CErrors) |
Combines the errors in addErrors with those in this collection
| |
| Combine(CErrors, Boolean) |
Combines the errors in addErrors with those in this collection
| |
| Equals | (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()()()().) |