All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
asp.net全局异常处理_[Asp.Net教程]

Writer: delv Article type: Programming skills(编程技巧) Time: 2014/1/6 9:03:04 Browse times: 452 Comment times: 0

asp.net全局异常处理_[Asp.Net教程]


Head photo

Go homepage
Upload pictures
Write articles

asp.net全局异常处理_[Asp.Net教程]

给用户一个统一的处理异常的方法是如下
1。修改web.config
修改完成后代码如下
defaultRedirect="WebForm2.aspx"
/>
2。为全局响应,修改Global.asax
if (Server.GetLastError() is Exception)
{
Server.Transfer("WebForm2.aspx");
}

3。代码中抛出异常
throw new Exception();

相当的简单是吧





There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.