System.AggregateException.AggregateException C# (CSharp) Method

AggregateException() public method

public AggregateException ( ) : System
return System
        public AggregateException()
            : base(defaultMessage)
        {
        }

Same methods

AggregateException::AggregateException ( IEnumerable innerExceptions ) : 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