Dispatcher Events
Events
ShutdownFinished | Raised when the dispatcher is shut down. |
ShutdownStarted | Raised when the dispatcher is shutting down. |
UnhandledException | Occurs when a thread exception is thrown and uncaught during execution of a delegate by way of Invoke(Action) or InvokeAsync(Action). |
UnhandledExceptionFilter | Occurs when a thread exception is thrown and uncaught during execution of a delegate by way of Invoke(Action) or InvokeAsync(Action) when in the filter stage. |