Skip to content

Instantly share code, notes, and snippets.

@M-Yankov
Created February 25, 2018 13:37
Show Gist options
  • Save M-Yankov/2dd6b96f032116566145dfd9e0c7895c to your computer and use it in GitHub Desktop.
Save M-Yankov/2dd6b96f032116566145dfd9e0c7895c to your computer and use it in GitHub Desktop.
The entity framework exceptions (.NET)
(ex as System.Data.Entity.Validation.DbEntityValidationException).EntityValidationErrors.ToList()[0].ValidationErrors.ToList()[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment