:: Documentation >> Reference >>

handle Method

Handles exceptions in the ActiveUI methods.

Syntax

obj.handle(error);

Parameters

errorErrorError object.

Remarks

The default error handler just throws the same exception to the next level. Overload this function to add your own diagnostics and error logging.

Applies To

Active.System.Object