Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't filter out System.Globalization.CultureNotFoundException #5

Open
KernelLeak opened this issue Jan 12, 2015 · 1 comment
Open

Comments

@KernelLeak
Copy link

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.

@ashmind
Copy link
Owner

ashmind commented Jan 12, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants