The CError type exposes the following members.

Properties

  NameDescription
Public propertyCategory
The type of error, e.g., runtime, field validation, error, warning
Public propertyCategoryString
Gets a localized string representing the Category property
Public propertyLocation
Gets an indication of where in the code the error occurred.
Public propertyMessage
The text of the error message
Public propertyMethod
Gets the method portion of the Location property.
Public propertyNumber
The error number of the error

See Also