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_Err or of Global.asax.
What if my code inside Application_Err or itself throws exception? Can
we catch it? How?
Thanks.
In my asp.net 2.0 web application, I am catching application level
exceptions in Application_Err or of Global.asax.
What if my code inside Application_Err or itself throws exception? Can
we catch it? How?
Thanks.
Comment