G
Guest
Hi;
I have a IHttpHandler that is generating a page. If it throws an exception I
want to put up a nice page that is based on my master page so it looks good.
How can I redirect from my IHttpHandler to my handle_error.aspx page passing
it the exception in the request, not in the url. I would prefer to pass the
filename, line number and Exception.Message string but I can live with just
the Message.
How best to do this?
I have a IHttpHandler that is generating a page. If it throws an exception I
want to put up a nice page that is based on my master page so it looks good.
How can I redirect from my IHttpHandler to my handle_error.aspx page passing
it the exception in the request, not in the url. I would prefer to pass the
filename, line number and Exception.Message string but I can live with just
the Message.
How best to do this?