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