Register now or log in to join your professional community.
in delphi we use Try <instructions> Except <instructions> Finally
and its the same for C Try <instructions> Catch<instructions>Finally <Instructions>
example http://msdn.microsoft.com/en-us/library/dszsf989.aspx