用户友好的异常处理WinForms(.NET)库

时间:2020-12-18 00:01:31

I'm trying to find a nice library for user friendly exception handling for unhandled exceptions.

我正在尝试为未处理的异常找到一个很好的用户友好异常处理库。

I found the following one: http://www.codeproject.com/KB/exception/ExceptionHandling.aspx

我找到了以下一个:http://www.codeproject.com/KB/exception/ExceptionHandling.aspx

Is there any other similar projects out there LGPL/Free (or cheap).

还有其他类似的项目LGPL / Free(或便宜)。

I'm looking for features like:

我正在寻找以下功能:

  • User friendly crash screen
  • 用户友好的崩溃屏幕

  • Remote Logging with a confirmation button (where use can send error messages over the web)
  • 使用确认按钮进行远程记录(使用时可以通过Web发送错误消息)

1 个解决方案

#1


You could take a look at the Exception Handling Application Block provided by the Microsoft patterns and practices group. I think it is able to do everything you need and more.

您可以查看Microsoft模式和实践组提供的异常处理应用程序块。我认为它能够做你需要的一切,甚至更多。

#1


You could take a look at the Exception Handling Application Block provided by the Microsoft patterns and practices group. I think it is able to do everything you need and more.

您可以查看Microsoft模式和实践组提供的异常处理应用程序块。我认为它能够做你需要的一切,甚至更多。