Esempio n. 1
0
 public string GetNotification(ErrorDefine errorType)
 {
     return(ErrorNotification.NotificationString(errorType));
 }
Esempio n. 2
0
 public ErrorObject(ErrorDefine errorType)
 {
     this.errorType          = errorType;
     this.errorMessageOutput = ErrorNotification.NotificationString(errorType);
 }