Skip to content

DisplayUnhandledError - cBaseErrorHandler

Include: Use System\ErrorSystem.pkg

Displays an unhandled program error.

Type: Procedure

Parameters

Parameter Type Description
iErrNum Integer Error number.
iErrLine Integer Error line.
sErrText String Error text.

Syntax

Procedure DisplayUnhandledError Integer iErrNum Integer iErrLine String sErrText

Call

Send DisplayUnhandledError of hoError

Description

Displays an unhandled program error.

See also