I have noticed during some actions in MVC, such as an Edit ActionResult, if the UpdateModel fails it places the exception in to the ModelState, if I go through the collection I can find the exception.
However there is no StackTrace information.
So I have a few questions
1, How do I catch ModelState exceptions, in a generic way (ie one place)
2, How do I get the StackTrace from the ModelState