Possible Duplicate:
Will code in finally run after a redirect?
Hello,
What happens when I call a Response.Redirect() with EndResponse set to true/false inisde a try/finally block? Will the finally be called?
Hello, What happens when I call a Response.Redirect() with EndResponse set to true/false inisde a try/finally block? Will the finally be called?
| |||||
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
The Exceptions (minor) are described here: Conditions when finally does not execute in a .net try..finally block | |||
|
feedback
|