PRB: SEH with Abort() in the try BodyLast reviewed: November 2, 1995Article ID: Q91146 |
The information in this article applies to:
SYMPTOMSWhen using Structured Exception Handling, if the try body calls abort(), the finally body is not executed.
CAUSEThe finally body is not executed because the abort() never returns. It calls ExitProcess(), which terminates the process.
RESOLUTIONThis behavior is by design.
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |