20080925 wpf UnhandledException

AppDomain currentDomain = AppDomain.CurrentDomain;
            currentDomain.UnhandledException += new UnhandledExceptionEventHandler(currentDomain_UnhandledException);

请问怎么在应用程序里边截获最终异常 .NET技术 / C# – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20060508/18/4737014.html
Application.ThreadException

WPF中捕获UnhandledException的问题
http://topic.csdn.net/u/20080608/13/bac5e92e-917c-4b96-b584-48ec5177ad0a.html?1150629669
http://www.codeproject.com/KB/exception/UnhandledExceptionClass.aspx

CodeProject: A Simple Class to Catch Unhandled Exceptions in WinForms. Free source code and programming help
http://www.codeproject.com/KB/exception/UnhandledExceptionClass.aspx

Shannon Braun\’s Weblog – Where did the Application.ThreadException go in WPF?
http://www.sysknowlogy.com/2007/03/12/Where+Did+The+ApplicationThreadException+Go+In+WPF.aspx

AppDomain.UnhandledException Event (System)
http://msdn.microsoft.com/en-us/library/system.appdomain.unhandledexception.aspx

关于Application.ThreadException和AppDomain.UnhandledException – 水如烟 – 博客园
http://www.cnblogs.com/LzmTW/archive/2005/10/26/262536.html
AppDomain.CurrentDomain.UnhandledException

_AppDomain.UnhandledException 事件 (System)
http://msdn.microsoft.com/zh-cn/library/system._appdomain.unhandledexception(VS.80).aspx

Shannon Braun\’s Weblog – Where did the Application.ThreadException go in WPF?
http://www.sysknowlogy.com/2007/03/12/Where+Did+The+ApplicationThreadException+Go+In+WPF.aspx
Where did the Application.ThreadException go in WPF?
2007年3月12日 6:30:06 (Central Standard Time, UTC-06:00)

Spending alot of time in WPF lately… today I ran into something interesting.  There is no Application.ThreadException in the WPF Application object.

It looks like the only other option to catch exceptions at the edge of the application is to use AppDomain.UnhandledException.

CodeProject: A Simple Class to Catch Unhandled Exceptions in WinForms. Free source code and programming help
http://www.codeproject.com/KB/exception/UnhandledExceptionClass.aspx

自己写得异常类如何才能捕捉到所有得异常? .NET技术 / C# – CSDN社区 community.csdn.net
http://topic.csdn.net/t/20021022/10/1113904.html

如何:捕捉异常 (Visual C#)
http://msdn.microsoft.com/zh-cn/netframework/x0hwket0.aspx

C# 中捕捉异常的两种方式 – alaska1131 若干次的思索,我决定写点东西,于是就有了如下的种种… – 博客园
http://www.cnblogs.com/alaska1131/articles/1202107.html

历史博文

标签:,
五月 23, 2009 at 7:03 下午 by yippee 1,044 次
Category: Info
Tags: ,