Prevent “Send error report to Microsoft”

后端 未结 6 2185
眼角桃花
眼角桃花 2021-01-04 20:47

I\'m working on a rather large project, and its unlikely will catch everything. I\'ve found the event that notifies me of unhandled exceptions, however I haven\'t found a wa

6条回答
  •  走了就别回头了
    2021-01-04 21:32

    You sort of answered your own question. The best way to prevent the error dialog is to write code that handles your exceptions so the dialog will never appear. I would wager this is what Raymond Chen would suggest (if I may be so bold).

提交回复
热议问题