Error Handling

G

Guest

I want to create a common class which will provide standard error handling. I want to be able to use the class across all my ASP.Net applications

I thought I could create a "Class Library" with the appropriate Class and methods. I wanted to be able to dedirect the applciation to a standard error page, but I am unsure how I can do this. In the calling program, can it pass a reference to the page to this utility class? How would I pass a reference to the page so that I can use a "Response.Redirect" method

Thanks in advance for your assistance!!!!!!
 
A

A.M

Search for this string in google.com:
"Rich Custom Error Handling with ASP.NET"


Jim Heavey said:
I want to create a common class which will provide standard error
handling. I want to be able to use the class across all my ASP.Net
applications.
I thought I could create a "Class Library" with the appropriate Class and
methods. I wanted to be able to dedirect the applciation to a standard
error page, but I am unsure how I can do this. In the calling program, can
it pass a reference to the page to this utility class? How would I pass a
reference to the page so that I can use a "Response.Redirect" method?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top