<PackageReference Include="NETStandard.Library" Version="2.0.0" />

System.AggregateException

public class AggregateException : Exception

public AggregateException(IEnumerable<Exception> innerExceptions)

public AggregateException(Exception[] innerExceptions)

public AggregateException(string message)

public AggregateException(string message, IEnumerable<Exception> innerExceptions)

public AggregateException(string message, Exception innerException)

public AggregateException(string message, Exception[] innerExceptions)

public void Handle(Func<Exception, bool> predicate)