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