Skip to content

IsUnhandledError - cBaseErrorHandler

Include: Use System\ErrorSystem.pkg

Returns true when an error is treated as unhandled.

Type: Function

Return data type: Boolean

Parameters

Parameter Type Description
iError Integer Error number.

Syntax

Function IsUnhandledError Integer iError Returns Boolean

Call

Get IsUnhandledError of hoError DFERR_OPERATOR to bResult

Description

Returns true when an error is treated as unhandled.

See also