SafeDispatcher.SafeDispatcherUnhandledException Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.