You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: