4 references to AggregateException
mscorlib (4)
system\AggregateException.cs (4)
121: this(message, innerExceptions as IList<Exception> ?? (innerExceptions == null ? (List<Exception>)null : new List<Exception>(innerExceptions))) 136this(message, (IList<Exception>)innerExceptions) 378throw new AggregateException(Message, unhandledExceptions); 435return new AggregateException(Message, flattenedExceptions);