34.0k views
5 votes
When an exception is thrown in a function, the function-call stack is ____ so that the exception can be caught in the next try/catch block?

1 Answer

1 vote
When an exception is thrown in a function, the function-call stack is unwound so that the exception can be caught in the next try/catch block. 
User Anthony Wang
by
8.0k points