Can't filter out System.Globalization.CultureNotFoundException
I'm trying to filter out the (non-fatal) System.Globalization.CultureNotFoundException I get - among others - when I run my Web application project with Exception Breaker activated, but contrary to other Exceptions (like NullReferenceException or HttpException) it never pops up under "Matching exceptions".
Even entering "Culture" as a regex doesn't list a single exception, and of course just adding "CultureNotFoundException" and running my project doesn't change anything.
Of course, the System.Globalization.CultureNotFoundException is not listed under "Debug/Exceptions..." either, but I can add it there and unticking it stops VS breaking when it occurs.
Thanks for the report!
That's not great — I had a wrong assumption about non-listed exceptions so I'll need to redesign or partially redesign the feature. I'll take a look after I finish #4, probably later this week, but might be later.