Are able to catch exceptions thrown in Application_Error?

A

Author

I searched a little, but could not find anything helpful.

In my asp.net 2.0 web application, I am catching application level
exceptions in Application_Error of Global.asax.

What if my code inside Application_Error itself throws exception? Can
we catch it? How?

Thanks.
 
G

George

Use try... catch there
PS: Do not forget to clear exception after you done in Application_Error.

George.
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top