Microsoft® Visual Basic® Scripting Edition
Clear Method
| Language Reference 
| Home | Site Map |

 

See Also                     Applies to


Description
Clears all property settings of the Err object.

Syntax
object.Clear
The object is always the Err object.

Remarks
Use Clear to explicitly clear the Err object after an error has been handled. This is necessary, for example, when you use deferred error handling with On Error Resume Next. VBScript calls the Clear method automatically whenever any of the following statements is executed:


© 1996 by Microsoft Corporation.