Take for example the following code:
try { Response.Redirect(someurl); } finally { // Will this code run? }
Yes.
Try it and see!