I have created some custom exceptions in a WPF project and I am pretty sure that I am not catching them, when they get thrown, but my application does not crash either. The Exception is logged in the Output Window though.
My custom exceptions derive from System.Exception
and I have checked all my try{}catch{}
statements if they catch my custom Exception or System.Exception
. None of them do that. I am using Visual Studio 2010 and am running it on a 32bit machine, so this seems to be a different problem.