Exemplo n.º 1
0
 public static void ThrowIfNotAnyRules(this AggregateException e)
 {
     if (!e.AnyRules())
     {
         throw e;
     }
 }