12 references to AggregateException
mscorlib (4)
system\runtime\compilerservices\AsyncMethodBuilder.cs (1)
1025
edi = ExceptionDispatchInfo.Capture(new
AggregateException
(exception, postException));
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1048
throw new
AggregateException
(exceptions.ToArray());
system\threading\Tasks\Task.cs (1)
2114
return new
AggregateException
(canceledException);
system\threading\Tasks\TaskExceptionHolder.cs (1)
395
return new
AggregateException
(combinedExceptions);
System.Core (8)
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
144
throw new
AggregateException
(ex);
182
throw new
AggregateException
(ex);
System\Linq\Parallel\QueryOperators\Inlined\InlinedAggregationOperator.cs (1)
88
throw new
AggregateException
(ex);
System\Linq\Parallel\Utils\ExceptionAggregator.cs (1)
123
throw new
AggregateException
(ex);
System\Linq\ParallelEnumerable.cs (4)
1643
throw new
AggregateException
(e);
1780
throw new
AggregateException
(e);
5027
throw new
AggregateException
(ex);
5129
throw new
AggregateException
(ex);