The CError type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Category |
The type of error, e.g., runtime, field validation, error, warning
| |
| CategoryString |
Gets a localized string representing the Category property
| |
| Location |
Gets an indication of where in the code the error occurred.
| |
| Message |
The text of the error message
| |
| Method |
Gets the method portion of the
Location property.
| |
| Number |
The error number of the error
|