.net winform全局异常处理
摘要:
static class Program { /// <summary> /// 应用程序的主入口点。 /// </summary> [STAThread] static void Main() { // Add the event handler for handling UI thread exceptions to the event. Application.ThreadException += new ThreadExceptionEventHandler(Form1_UIThreadException); // Set the unhandled excep 阅读全文
posted @ 2011-05-06 19:16 gds通用软件开发系统 阅读(968) 评论(0) 推荐(1) 编辑