Saturday, 27 April 2013

How does throwing and catching exceptions differ from using setjmp and longjmp? | C#.Net Interview Questions

The throw operation calls the destructors for automatic objects instantiated since entry to the try block.

No comments: