13[DebuggerDisplay(
"Count = {InnerExceptionCount}")]
14[
TypeForwardedFrom(
"mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
50 :
this(
SR.AggregateException_ctor_DefaultMessage)
143 while (
ex2 !=
null &&
ex2.InnerExceptions.
Count == 1)
145 ex =
ex.InnerException;
153 if (predicate ==
null)
ReadOnlyCollection< Exception > InnerExceptions
AggregateException Flatten()
Exception[] InternalInnerExceptions
AggregateException(string message, Exception[] innerExceptions, bool cloneExceptions)
ReadOnlyCollection< Exception > _rocView
override Exception GetBaseException()
AggregateException(SerializationInfo info, StreamingContext context)
readonly Exception[] _innerExceptions
override void GetObjectData(SerializationInfo info, StreamingContext context)
override string ToString()
AggregateException(string? message, params Exception[] innerExceptions)
AggregateException(List< ExceptionDispatchInfo > innerExceptionInfos)
void Handle(Func< Exception, bool > predicate)
AggregateException(string? message, IEnumerable< Exception > innerExceptions)
AggregateException(string message, List< ExceptionDispatchInfo > innerExceptionInfos)
AggregateException(string? message)
AggregateException(string? message, Exception innerException)
AggregateException(IEnumerable< Exception > innerExceptions)
AggregateException(params Exception[] innerExceptions)
virtual void GetObjectData(SerializationInfo info, StreamingContext context)
void Add(TKey key, TValue value)
static CultureInfo InvariantCulture
static string AggregateException_DeserializationFailure
static string AggregateException_ctor_InnerExceptionNull
static string AggregateException_InnerException
static string GetStringAndRelease(StringBuilder sb)
static StringBuilder Acquire(int capacity=16)