TaskScheduler Events

Task Parallel System.Threading

The TaskScheduler type exposes the following members.

Events

  NameDescription
UnobservedTaskException
Occurs when a faulted Task's unobserved exception is about to trigger exception escalation policy, which, by default, would terminate the process.

See Also