示例#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);
 }