Share via


SafeDispatcherUnhandledExceptionEventArgs Class

Definition

Provides data for the SafeDispatcherUnhandledException event.

public ref class SafeDispatcherUnhandledExceptionEventArgs : EventArgs
public class SafeDispatcherUnhandledExceptionEventArgs : EventArgs
type SafeDispatcherUnhandledExceptionEventArgs = class
    inherit EventArgs
Public Class SafeDispatcherUnhandledExceptionEventArgs
Inherits EventArgs
Inheritance
SafeDispatcherUnhandledExceptionEventArgs

Remarks

The SafeDispatcherUnhandledException event occurs when code executing by way of the SafeDispatcher throws an exception in Unified Service Desk that is not handled.

Constructors

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

Properties

Exception

Gets the exception that was raised when executing code.

Handled

Gets or sets whether the exception event has been handled.

InnerException

Methods

ToString()

Applies to