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