Exemple #1
0
 public BusinessExeption(BusinessErrorInfo validationError)
 {
     ErrorInfo = validationError;
 }
Exemple #2
0
 public BusinessExeption(BusinessErrorInfo validationError)
 {
     ErrorInfo = validationError;
 }
Exemple #3
0
 public BusinessExeption(string key, string message)
 {
     ErrorInfo = new BusinessErrorInfo(key, message);
 }
Exemple #4
0
 public BusinessExeption(string key, string message)
 {
     ErrorInfo = new BusinessErrorInfo(key, message);
 }