CoreClasses Xojo Plugin

ObjectCollection.ClearError Method (console safe)

Use this method to clear the last error.

ClearError()

Parameters

Remarks

The LastError property stores the error code of the last error that occurred. It does not get cleared after that until ClearError is called.

See Also

ObjectCollection Class