AsynchronousExceptionHandler¶
-
delegate void AsynchronousExceptionHandler(PmpException exception)¶
Represents the method that is called when an exception occurs outside the callstack of a PMP API call.
- Parameters
exception – Exception that has occurred.