exceptionHandlerMethod

Type: Method

The exceptionHandlerMethod property of the ExceptionHandlerDesc class contains a reference to the exception handler method that is armed. For example, if an exception handler is armed by the following instruction, the exceptionHandlerMethod property contains a reference to the handleDuplicates method.

on Exception do agent.handleDuplicates(exception);