开发者

How to capture unhandled exception in C# .NETMF 4.0?

Anyone know how to register an event handler for unhandled exceptions in C# .NETMF 4.0? A Google sea开发者_C百科rch reveals nothing.

Thanks!


If you mean .NET 4 then AppDomain.UnhandledException event will give you a chance to clean up but not handle the exception.

http://msdn.microsoft.com/en-us/library/system.appdomain.unhandledexception.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜