I have a web application where I attach the visual studio debugger. I am trying to locate a specific problem and it keeps stopping on exceptions I do not care about.
I have managed to uncheck the .NET exceptions by going to Debug->Exceptions. However when I add the name of the exception from the third party tool, I cannot keep it from stopping on those exceptions.
What am I doing wrong? The exceptions dialog wouldn’t have a place to add exceptions if they didn’t expect you to add your own, would it?
You must add the fullly qualified name of the Exception (ie, include the namespace) when you add an exception to the list.