System.AggregateException.AggregateException C# (CSharp) Метод

AggregateException() публичный Метод

public AggregateException ( string message ) : System
message string
Результат System
        public AggregateException(string message)
            : base(message)
        {
        }

Same methods

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