Esempio n. 1
0
 public ScanToTruckServiceException(ScanToTruckServiceErrorCode errorCode, string diagnostic)
 {
     _errorCode = errorCode;
     this.Data.Add("Data", diagnostic);
 }
Esempio n. 2
0
 public ScanToTruckServiceException(ScanToTruckServiceErrorCode errorCode)
 {
     _errorCode = errorCode;
 }