Methods - cBaseErrorHandler¶
Include: Use System\ErrorSystem.pkg
This page lists the methods - cbaseerrorhandler documented for this class.
- DefineStandardUserErrors - Defines the standard set of user-facing error numbers.
- DisplayUserError - Displays a user-facing error.
- DisplayUnhandledError - Displays an unhandled program error.
- IsUserError - Returns true when an error is classified as user-facing.
- IsUnhandledError - Returns true when an error is treated as unhandled.
- AddUserError - Adds an error number to the user-facing set.
- RemoveUserError - Removes an error number from the user-facing set.
- RemoveAllUserErrors - Clears the user-facing error number set.
- IsCritical - Checks whether an error is critical.
- TrapError - Enables processing for one error number.
- IgnoreError - Disables processing for one error number.
- IgnoreAllErrors - Disables processing for all error numbers.
- TrapAllErrors - Enables processing for all error numbers.
- IsTrapped - Returns true when an error number is enabled for processing.