摘要: Global.ascx页面使用以下方法即可捕获应用层没有try cath的错误 protected void Application_Error(Object sender, EventArgs e) { //在出现未处理的错误时运行的代码 Exception ex =... 阅读全文
posted @ 2013-12-25 10:59 顿金 阅读(171) 评论(0) 推荐(0)