I am working in MVC3 Dot Net project Using EF.
We are catching all the Exceptions in an object of Exception (i.e ex) From this how can I get (or filter) SQlExceptions and I like to show the meaningful message.
facing problem : I am not getting System.Data.UpdateException class