public sealed class DispatcherUnhandledExceptionFilterEventArgs : DispatcherEventArgsPublic NotInheritable Class DispatcherUnhandledExceptionFilterEventArgs
Inherits DispatcherEventArgs[<SealedAttribute>]
type DispatcherUnhandledExceptionFilterEventArgs =
class
inherit DispatcherEventArgs
end| Dispatcher |
The Dispatcher associated with this event.
(Inherited from DispatcherEventArgs) |
| Exception | Gets the exception that was raised when executing code by way of the dispatcher. |
| RequestCatch | Gets or sets whether the exception should be caught and the event handlers called.. |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |