Share via


DynamicsBaseHostedControl.SafeDispatcherUnhandledExceptionHandler Method

Definition

Represents the method that will handle the SafeDispatcherUnhandledException event.

protected:
 virtual void SafeDispatcherUnhandledExceptionHandler(System::Object ^ sender, Microsoft::Crm::UnifiedServiceDesk::Dynamics::Utilities::SafeDispatcherUnhandledExceptionEventArgs ^ ex);
protected virtual void SafeDispatcherUnhandledExceptionHandler (object sender, Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcherUnhandledExceptionEventArgs ex);
abstract member SafeDispatcherUnhandledExceptionHandler : obj * Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcherUnhandledExceptionEventArgs -> unit
override this.SafeDispatcherUnhandledExceptionHandler : obj * Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcherUnhandledExceptionEventArgs -> unit
Protected Overridable Sub SafeDispatcherUnhandledExceptionHandler (sender As Object, ex As SafeDispatcherUnhandledExceptionEventArgs)

Parameters

sender
Object

The source of the event.

Applies to