AggregateException public class AggregateException : Exception Documentation public ReadOnlyCollection<Exception> InnerExceptions { get; } public AggregateException() public AggregateException(string message) public AggregateException(string message, Exception innerException) protected AggregateException(SerializationInfo info, StreamingContext context) public AggregateException(Exception[] innerExceptions) public AggregateException(string message, Exception[] innerExceptions) public AggregateException(IEnumerable<Exception> innerExceptions) public AggregateException(string message, IEnumerable<Exception> innerExceptions) public AggregateException Flatten() public void Handle(Func<Exception, bool> predicate)