UnobservedTaskExceptionEventArgs Methods

Task Parallel System.Threading

The UnobservedTaskExceptionEventArgs type exposes the following members.

Methods

  NameDescription
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
SetObserved
Marks the Exception as "observed," thus preventing it from triggering exception escalation policy which, by default, terminates the process.
ToString (Inherited from Object.)

See Also