コード例 #1
0
 public static WdtException Info(this Exception ex, string errorCode, string msg)
 => WdtException.Info(ex, errorCode, msg);
コード例 #2
0
 public static WdtException Info(this Exception ex, string errorCode, string msg, params object[] processData)
 => WdtException.Info(ex, errorCode, msg, processData);
コード例 #3
0
 public static WdtException Info(this Exception ex, string msg)
 => WdtException.Info(ex, null, msg);