Skip to content

IsUnhandledError - cBaseErrorHandler

Determines whether an error is unhandled

Type: Function
Return Data Type: Boolean

Parameters

Parameter Type Description
iError Integer Error number

Syntax

Function IsUnhandledError Integer iError Returns Boolean

Call Example

Get IsUnhandledError iError to BooleanVariable

Description

The IsUnhandledError function can be used to determine whether an error is unhandled.

An error is considered to be unhandled if it is not a member of the user error list.

Return Value

True if the passed error number is an unhandled error