
30 May
2004
30 May
'04
10:27 p.m.
E. Gladyshev wrote:
Just to make that I got it right. There is no guarantee that for an unhandled exception, the scope guard will do it. Right? For the scope guard to work, the exception will have to be caught and the stack unwinding triggered. So you cannot just say that if an action throws, the state machine will be terminated.
True.
If the stack unwinding never happens, it is never terminated. Right?
Exactly. Regards, Andreas