While working with ASP.NET MVC, I have noticed that exception messages issued by the .NET framework installed on my System are in German. I\'d really prefer English messages
Have you tried switching the culture immediately prior to reading the exception text? It may be that the localization occurs when you access the message - as opposed to when the exception object is created.