On Exception Clear Step
Use the On Exception Clear step to remove an exception set by a previous On Exception Goto step.

Typically, this step is used in the following sequence:
-
An On Exception Goto step directs the script to a Label.
-
Scripting is placed after the Label to handle the exception.
-
An On Exception Clear step is then used to clear the exception.
You may also use this step when you no longer need to handle the selected exception within the script.
To use the On Exception Clear customizer window to clear an exception, select the specific exception from the list box, and then click OK.