A
a.mustaq
Hi Guys,
I am developing a asp.net application.In this I have
to handle exceptions in application level. When ever an an exception
occurs in any part of the application it should be hanldeld at a
single point. If some type of exception occurs the execution flow
should continue and if other type of excetion occurs it should
redirect to an error page.
I have tried this by hadling exceptions in
Applicatio_Error event of Global.asax.Whenever an exception occurs it
is redirecting to error page but i am unable to continue the flow of
execution when some type of exceptions are occured.
Plz.help me in acheving this.
with Regards,
Mustaq Ahmed.A
I am developing a asp.net application.In this I have
to handle exceptions in application level. When ever an an exception
occurs in any part of the application it should be hanldeld at a
single point. If some type of exception occurs the execution flow
should continue and if other type of excetion occurs it should
redirect to an error page.
I have tried this by hadling exceptions in
Applicatio_Error event of Global.asax.Whenever an exception occurs it
is redirecting to error page but i am unable to continue the flow of
execution when some type of exceptions are occured.
Plz.help me in acheving this.
with Regards,
Mustaq Ahmed.A