RemoveAllUserErrors - cBaseErrorHandler
Removes all error numbers from the error handler's list of user (handled) errors
Type: Procedure
Syntax
Procedure RemoveAllUserErrors
Call Example
Send RemoveAllUserErrors
Description
The error system categorizes errors as a user error (handled) or a program error (unhandled). If an error is part of the user error list, it will be treated as a user error. RemoveAllUserErrors removes all error numbers from the list of user errors.
Sample
Send RemoveAllUserErrors of ghoErrorHandler
AddUserError can be used to add an error to the user error list. RemoveUserError can be used to remove a single error number from the user error list.