예제 #1
0
 public static void IsHello <TException>(this StringExceptionSuite _this, String _string, params Object[] args) where TException : Exception
 => _this.InternalThrow <TException>(_string == "Hello", args);
예제 #2
0
 public static void IsHello(this StringExceptionSuite _this, String _string, String paramName, String message = "")
 => _this.IsHello <ArgumentException>(_string, message, paramName);