Exeption properties

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

Is there a way to get the page that an error occurred on when looking at the
Exeption from the catch phrase or from the GetLastError()?

I have my program going to a general page when I get an error and getting
the information from GetLastError(), but I don't know how to get the Page
the eror ocurred on.

Thanks,

Tom
 
HttpContext.Current.Request and it's properties should help you.

Regards,

Trevor Benedict R
MCSD
 

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

Back
Top