Clear (Err)

This method clears all property settings of the Err object.

Syntax

Err.Clear

Parameters

None.

Return Value

None.

Remarks

Use Clear after handling an error, such as when you use deferred error handling with On Error Resume Next. The system calls the Clear method automatically whenever either of the following statements is executed: