4 [__DynamicallyInvokable]
9 internal bool m_observed;
13 [__DynamicallyInvokable]
16 [__DynamicallyInvokable]
25 [__DynamicallyInvokable]
28 [__DynamicallyInvokable]
37 [__DynamicallyInvokable]
40 m_exception = exception;
44 [__DynamicallyInvokable]
Provides data for the event that is raised when a faulted T:System.Threading.Tasks....
bool Observed
Gets whether this exception has been marked as "observed."
void SetObserved()
Marks the P:System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception as "observed,...
Represents the base class for classes that contain event data, and provides a value to use for events...
Represents one or more errors that occur during application execution.
UnobservedTaskExceptionEventArgs(AggregateException exception)
Initializes a new instance of the T:System.Threading.Tasks.UnobservedTaskExceptionEventArgs class wit...
Represents errors that occur during application execution.To browse the .NET Framework source code fo...