The information in this article applies to:
SYMPTOMSThe following error messages may appear if you try to use the function-try-block syntax.
CAUSE
The compiler does not support the function-try-block syntax as specified in the C++ Standard (section 15) quoted below: -3- A function-try-block associates a handler-seq with the ctor-initializer, if present, and the function-body. An exception thrown during the execution of the initializer expressions in the ctor-initializer or during the execution of the function-body transfers control to a handler in a function-try-block in the same way as an exception thrown during the execution of a try-block transfers control to other handler. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce BehaviorThe following code example demonstrates the error:
Additional query words:
Keywords : kbCompiler kbCPPonly kbLangCPP kbVC600 kbVC600bug |
Last Reviewed: October 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |