Skip to content

Instantly share code, notes, and snippets.

@nesticle8bit
Last active December 7, 2016 13:59
Show Gist options
  • Save nesticle8bit/8e26f149a4349a18d2d0feb9cc742b15 to your computer and use it in GitHub Desktop.
Save nesticle8bit/8e26f149a4349a18d2d0feb9cc742b15 to your computer and use it in GitHub Desktop.
Revisar los errores de validación que tenga en Entity Framework
ModelState.Values.SelectMany(v => v.Errors);
((System.Data.Entity.Validation.DbEntityValidationException)$exception).EntityValidationErrors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment