SafeDispatcherUnhandledExceptionEventArgs Class
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.
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() |