TaskExceptionSlot.cs
Go to the documentation of this file.
53 if (Exception != null && !Observed && !TaskScheduler.FireUnobservedEvent (parent, Exception).Observed) {
54 // NET 4.5 changed the default exception behavior for unobserved exceptions. Unobserved exceptions still cause
volatile bool Observed
Definition: TaskExceptionSlot.cs:41
bool Observed
Definition: UnobservedTaskExceptionEventArgs.cs:48
Definition: AggregateException.cs:31
ConcurrentQueue< AggregateException > ChildExceptions
Definition: TaskExceptionSlot.cs:42
Definition: IStructuralComparable.cs:33
TaskExceptionSlot(Task parent)
Definition: TaskExceptionSlot.cs:46
Definition: Task.cs:43
volatile AggregateException Exception
Definition: TaskExceptionSlot.cs:40