How to force visual studio debugger to skip specific exceptions?

后端 未结 4 487
无人及你
无人及你 2020-12-17 16:12

I have client-server (Silverlight) app.

Some server code throws exceptions that I handle on client. When I debug - Visual Studion breaks on those exceptions and I ha

4条回答
  •  遥遥无期
    2020-12-17 16:55

    It happened to me once when i was debugging a code and it will show a Continue button and will never go inside the exception. The error that i was having is like i was creating and instances before the InitializeComponent() was called. I think this can help you to find what you are doing before that.

提交回复
热议问题