System.Collections.Async.ParallelForEachException
Used in ParallelForEachAsync<T> extension method
namespace System.Collections.Async
{
public class ParallelForEachException : AggregateException
{
public ParallelForEachException(IEnumerable<Exception> innerExceptions);
}
}