Exemplo n.º 1
0
 public ChoAggregateException(string message, IEnumerable <Exception> inner)
     : base(GetFormattedMessage(message, inner))
 {
     _innerExceptions.AddRange(inner);
 }