G
Guest
Hi,
Once the execution enters the "finally" block, the execution could have
followed
1. normal/non-exception execution. (I guess everyone knows what I mean here.)
2. Exception was thrown, and handled.
3. Unhandled exception.
Is there a way to find out which of above three has happened while in
"finally" block? In specific, I would like to know whether the execution is
in "unhandled" exception state or "others (don't care to distinguish between
1 and 2)" state.
Thanks,
Once the execution enters the "finally" block, the execution could have
followed
1. normal/non-exception execution. (I guess everyone knows what I mean here.)
2. Exception was thrown, and handled.
3. Unhandled exception.
Is there a way to find out which of above three has happened while in
"finally" block? In specific, I would like to know whether the execution is
in "unhandled" exception state or "others (don't care to distinguish between
1 and 2)" state.
Thanks,