((System.Data.Entity.Validation.DbEntityValidationException)$exception)
in the Monitoring window will give you access to the exception instance. You can check out a collection of errors there.
I keep this available on my watchlist, so I can just update if I encounter this exception.
Chris source
share