Archive
Posts Tagged ‘Sergio Leone’
Exceptions Part 3: Why do we need ‘finally’ blocks?
June 28, 2010
8 comments
See the Contents Page for this series of articles
C# programs compile to an intermediate language (IL). If you want to dig deeper into exception handling, IL doesn’t seem very enlightening at first, because it also has the keywords try
and catch
. It’s like opening a TV and inside it… there’s a little TV. That’s no kind of explanation!
Read more…
Categories: Uncategorized
Exceptions, Sergio Leone