Skip to content

Ignore_All - cBaseErrorHandler

Used when all errors are to be ignored

Type: Procedure

Syntax

Procedure Ignore_All

Call Example

Send Ignore_All

Description

Obsolete, use IgnoreAllErrors instead.

The Ignore_All procedure is used when all errors are to be ignored. All previous error assignments are modified. This message is often used when a small set of error numbers are to be trapped. The TrapError message is then used to add specific error messages to the set.

send Ignore_All of Error_Object_Id