exceptionHandlerReceiver

Type: Object

The exceptionHandlerReceiver property of the ExceptionHandlerDesc class contains a reference to the object that is to receive the call to execute the exception handler method in the event of an exception. For example, if an exception handler is armed by the following instruction, the value of the exceptionHandlerReceiver property is the agent object.

on Exception do agent.handleDuplicates(exception);