Tech Stuff with Rybo
An overview of technical problems and my solutions for them.
Friday, May 29, 2009
C# 3.5 Try-Catch-Finally
Will a 'Finally' block be executed if a return statement is called in a Try-Catch?
Yes, the 'Finally' block is always executed, even if a goto, or return statement is called.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment