0
kicks
In Response to: Don't return in a finally clause – Using .Net
There is a post on DZone today about having a return statement in a finally block. When I first read the code it thought it was odd that this was even allowed. Not to mention that any sane, rational developer would put a return in a finally block.