如何在Windows窗体应用程序创建全局错误处理? [英] How to create global error handler in Windows Form Application?

查看:156
本文介绍了如何在Windows窗体应用程序创建全局错误处理?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我觉得有一个组件,它允许创建全球性的错误处理。

I think there was a component that allowed to create global error handling.

例如我自己抛出异常时,什么不好的事情发生,例如:

For example I myself throw exception when something bad happens, for example

throw new ArgumentNullException("playlist is empty");

我如何能在全球范围抓住它?

How can I catch it globally?

推荐答案

MSDN是你的朋友:<一href="http://msdn.microsoft.com/en-us/library/system.windows.forms.application.threadexception.aspx">http://msdn.microsoft.com/en-us/library/system.windows.forms.application.threadexception.aspx

MSDN is your friend: http://msdn.microsoft.com/en-us/library/system.windows.forms.application.threadexception.aspx

这篇关于如何在Windows窗体应用程序创建全局错误处理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆