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