The CError type exposes the following members.

Properties

  NameDescription
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

See Also