Share via


SafeDispatcher.SafeDispatcherUnhandledException Event

Definition

Occurs when a thread exception is thrown and not caught during execution of a delegate by way of Invoke, BeginInvoke, or InvokeAsync.

public:
 event Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::UnhandledExceptionEventHandler ^ SafeDispatcherUnhandledException;
public event Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.UnhandledExceptionEventHandler SafeDispatcherUnhandledException;
member this.SafeDispatcherUnhandledException : Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.UnhandledExceptionEventHandler 
Public Event SafeDispatcherUnhandledException As UnhandledExceptionEventHandler 

Event Type

Remarks

This event is raised when an exception that was thrown during execution of a delegate by way of Invoke, BeginInvoke, or InvokeAsync is not caught in Unified Service Desk.

Applies to