DynamicsBaseHostedControl.SafeDispatcherUnhandledExceptionHandler Method
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.
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.
The event data.