SafeDispatcherUnhandledExceptionEventArgs Constructors
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.
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