Hi Yitzhak, the first question is does EF support this i.e. bubbling up the errors through EF to the next layer. What I would try is create a standard ASP.Net page or a command line app and test this by doing some Linq to EF in a try catch loop and see if your custom error is returned if it is then you...