What do you mean by Stack unwinding?
It is a process during exception handling when the destructor is called for all local objects in the stack between the place where the exception was thrown and where it is caught.
It is a process during exception handling when the destructor is called for all local objects in the stack between the place where the exception was thrown and where it is caught.