Example #1
0
 static ClaimException failed(ClaimOpKind op, string msg, string caller, string file, int?line)
 => ClaimException.Define(op, msg, caller, file, line);
Example #2
0
 public static bool nea(bool src, string msg = null, [Member] string caller = null, [File] string file = null, [Line] int?line = null)
 => !src ? true : throw ClaimException.Define(NotFalse(msg, caller, file, line));
Example #3
0
 public static ClaimException failed(ClaimOpKind op, AppMsg msg)
 => ClaimException.Define(op, msg);