ExceptionHandlerDesc Properties

The properties defined in the ExceptionHandlerDesc class are summarized in the following table.

Property Description
armingApplication Application in effect when the exception handler was armed.
armingMethod Method in which the exception handler was armed.
exceptionClass Exception class or subclass for which the exception handler is armed.
exceptionHandlerMethod Exception handler method that is armed.
exceptionHandlerReceiver Receiving object upon which the exception handler method will be called.
invocationCount Current number of active invocations of the exception handler. Valid only when the exception handler is in the current call stack.
isGlobal true if the exception handler is armed globally or false if armed locally.