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