Share via


SafeDispatcherUnhandledExceptionEventArgs Constructors

Definition

Overloads

SafeDispatcherUnhandledExceptionEventArgs(Exception, Boolean)
SafeDispatcherUnhandledExceptionEventArgs(Exception, String, String, Boolean)

SafeDispatcherUnhandledExceptionEventArgs(Exception, Boolean)

public:
 SafeDispatcherUnhandledExceptionEventArgs(Exception ^ exception, bool onUIThread);
public SafeDispatcherUnhandledExceptionEventArgs (Exception exception, bool onUIThread);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcherUnhandledExceptionEventArgs : Exception * bool -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcherUnhandledExceptionEventArgs
Public Sub New (exception As Exception, onUIThread As Boolean)

Parameters

exception
Exception
onUIThread
Boolean

Applies to

SafeDispatcherUnhandledExceptionEventArgs(Exception, String, String, Boolean)

public:
 SafeDispatcherUnhandledExceptionEventArgs(Exception ^ exception, System::String ^ target, System::String ^ method, bool onUIThread);
public SafeDispatcherUnhandledExceptionEventArgs (Exception exception, string target, string method, bool onUIThread);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcherUnhandledExceptionEventArgs : Exception * string * string * bool -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.SafeDispatcherUnhandledExceptionEventArgs
Public Sub New (exception As Exception, target As String, method As String, onUIThread As Boolean)

Parameters

exception
Exception
target
String
method
String
onUIThread
Boolean

Applies to