The Resource Acquisition Is Initialization (RAII) idiom and the try-finally statement form the backbone of the traditional approaches to writing exception safe programming.
My question is: Is there something like Scope Guard Statement available on C#?