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.