How to not break when user handled exception is thrown in visual studio 2019
问题 Microsoft Visual Studio Enterprise 2019 Version 16.5.5 VisualStudio.16.Release/16.5.5+30104.148 Microsoft .NET Framework Version 4.8.03752 I don't want visual studio to break in debug mode when such as below exceptions happened. The ones that i have handled via try catch. But i could not find a way even though I did extensive internet search project details : asp.net web forms, .net 4.8 framework 回答1: You should be able to uncheck the checkbox next to "Break when this exception type is thrown