The CErrors type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CErrors |
Creates a new instance of the CError collection.
|
Methods
| Name | Description | |
|---|---|---|
| ClearErrors |
Clears all of the errors in the collection
| |
| Combine | Overloaded. | |
| 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()()().) |
Properties
| Name | Description | |
|---|---|---|
| Count |
The number of errors of all ErrorCategory values
in the collection
| |
| ErrorCount |
The number of errors in the collection
| |
| PrimaryErrorMessage |
The error message of the primary error in the collection
| |
| PrimaryErrorNumber |
The error number of the primary error in the collection
| |
| WarningCount |
The number of warnings in the collection
|