4 references to AggregateException
mscorlib (4)
system\threading\CancellationTokenSource.cs (1)
839
throw new
AggregateException
(exceptionList);
system\threading\Tasks\Parallel.cs (1)
347
throw new
AggregateException
(exceptionQ);
system\threading\Tasks\Task.cs (2)
5158
throw new
AggregateException
(exceptions);
5279
throw new
AggregateException
(exceptions);