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