Esempio n. 1
0
 public static Exception Exception(string msg, Exception ex)
 {
     ExceptionThrown = true;
     return(Asserter.Exception(msg, ex));
 }
Esempio n. 2
0
 public static Exception Exception(string msg, params object[] args)
 {
     ExceptionThrown = true;
     return Asserter.Exception(msg, args);
 }