Unload error handler

20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Error handlers YES NO NO All

Syntax

Unload error handler [name/]name

Description

This command unloads the specified error handler (a method is taken as its parameter). If there are multiple error handlers at that method, they are all unloaded. The flag is set if an error handler is unloaded. See Load error handler for more information about error handlers.

Example

Unload error handler cMyErrorHandler/Errors
Load error handler cMyErrorHandler/Error2Handler