The members of System.Threading.Tasks.UnobservedTaskExceptionEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Threading.Tasks.UnobservedTaskExceptionEventArgs class with the unobserved exception. |
[read-only] | Exception | AggregateException.
The Exception that went unobserved. |
[read-only] | Observed | bool.
Gets whether this exception has been marked as "observed." |
SetObserved()
|