Excluding the catch block

I put the function in a try catch block to redirect the user to the error page and get the email notification of the exception from that page. If I comment out the catch block Response.Redirect line, there error is still there.

Thanks.