Skip to content

IgnoreError - cBaseErrorHandler

Include: Use System\ErrorSystem.pkg

Disables processing for one error number.

Type: Procedure

Parameters

Parameter Type Description
iError Integer Error number.

Syntax

Procedure IgnoreError Integer iError

Call

Send IgnoreError of hoError DFERR_OPERATOR

Description

Disables processing for one error number. Ignored errors are not passed to HandleError.

See also