Skip to content

IgnoreError - cBaseErrorHandler

Removes an error from the set of trapped errors

Type: Procedure

Parameters

Parameter Type Description
iError Integer Error number

Syntax

Procedure IgnoreError Integer iError

Call Example

Send IgnoreError iError

Description

Send IgnoreError to remove a particular error number from the set of errors that are trapped and reported by the error handler.

Sample

This sample would instruct the error handler to ignore error number 300.

Send IgnoreError to ghoErrorHandler 300