コード例 #1
0
 public CloverDeviceErrorEvent(CloverDeviceErrorType errorType, int code, Exception cause, string msg)
 {
     ErrorType = errorType;
     Code      = code;
     Message   = msg;
     Cause     = cause;
 }
コード例 #2
0
 public CloverDeviceErrorEvent(CloverDeviceErrorType errorType, int code, string msg)
 {
     ErrorType = errorType;
     Code = code;
     Message = msg;
 }
コード例 #3
0
 public CloverDeviceErrorEvent(CloverDeviceErrorType errorType, int code, string msg)
 {
     ErrorType = errorType;
     Code      = code;
     Message   = msg;
 }