ThreadingUnhandledExceptionEventArgs Properties |
The ThreadingUnhandledExceptionEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Exception |
Gets the exception.
| |
IsHandled |
Determines whether the exception has been handled. Clients of the UnhandledException event
must set this property to true if they handle the exception. Otherwise, the exception will be rethrown.
| |
IsTaskMethod |
Determines whether the exception occurred in a task-like method.
| |
Method |
Gets the method in which the exception occurred.
| |
ReturnValue |
Provides the value to return from the method if the exception has been handled. Clients of the UnhandledException event
must set this property to the appropriate value if they set the IsHandled property to true.
| |
Source |
Gets the source component that caught the exception.
|