System.AggregateException.AggregateException C# (CSharp) Method

AggregateException() public method

public AggregateException ( IEnumerable innerExceptions ) : System
innerExceptions IEnumerable
return System
        public AggregateException(IEnumerable<Exception> innerExceptions)
            : this(defaultMessage, innerExceptions)
        {
        }

Same methods

AggregateException::AggregateException ( ) : System
AggregateException::AggregateException ( SerializationInfo info, StreamingContext context ) : System
AggregateException::AggregateException ( string message ) : System
AggregateException::AggregateException ( string message, Exception innerException ) : System
AggregateException::AggregateException ( string message, IEnumerable innerExceptions ) : System