System.AggregateException.AggregateException C# (CSharp) Method

AggregateException() protected method

protected AggregateException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System
        protected AggregateException(SerializationInfo info, StreamingContext context)
            : base(info, context)
        {
        }

Same methods

AggregateException::AggregateException ( ) : System
AggregateException::AggregateException ( IEnumerable innerExceptions ) : System
AggregateException::AggregateException ( string message ) : System
AggregateException::AggregateException ( string message, Exception innerException ) : System
AggregateException::AggregateException ( string message, IEnumerable innerExceptions ) : System