Make Visual Studio ignore exceptions?

前端 未结 7 2228
一个人的身影
一个人的身影 2021-01-12 02:27

I\'m using exceptions to validate a control\'s input in Silverlight 4. When I throw an invalid input exception, VS 2010 displays the popup and stops the program. I ignore th

7条回答
  •  梦谈多话
    2021-01-12 02:52

    Menu, Debugger, Exceptions...

    In that dialog, you can remove the checkmark in the 'thrown' column for one exception, of for a whole namespace. You can add your own. etc.etc.

提交回复
热议问题