Exemple #1
0
 protected Exception CreateException(IValidatable entity)
 {
     return new Exception(entity.ValidationMessage());
 }