Exemple #1
0
 public void AddError(ErrorDetailModel e)
 {
     this.ErrorDetailList.Add(e);
 }
Exemple #2
0
 public void AddExceptionError(ErrorDetailModel e)
 {
     this.ErrorDetailList.Add(e);
     this.ExceptionOccurred = true;
 }