SiteScripts

SiteScripts - PHP Scripts, CGI Scripts, Free Javascript & ASP Scripts.

Interspire Shopping Cart

An Exception to the Rule, Part 2

An Exception to the Rule, Part 2 In the previous column, we briefly mentioned Application_Error events and Page_Error events. These events are raised whenever we have an unhandled exception occur within our application. If a Page_Error event is present within an ASP.NET page, and an unhandled error occurs, the event is raised. Application_Error is slightly different. It is raised for all unhandled exceptions in our ASP.NET application and is implemented in global.asax or within an HTTP Module.
  • Price: n/a
  • Updated: 10/12/03
  • Visits: 21
  • Rating: Unrated.
Get Rated Modify

Reviews for An Exception to the Rule, Part 2


Write a Review