Пример #1
0
 public static Exception Exception(string msg, Exception ex)
 {
     ExceptionThrown = true;
     return(Asserter.Exception(msg, ex));
 }
Пример #2
0
 public static Exception Exception(string msg, params object[] args)
 {
     ExceptionThrown = true;
     return Asserter.Exception(msg, args);
 }