DOCUMENT:Q122541 11-FEB-2002 [visualc] TITLE :BUG: Goto() Within Try-Except Block Causes C2705 Error PRODUCT :Microsoft C Compiler PROD/VER::1.0,2.0,4.0,4.1,4.2,5.0,6.0 OPER/SYS: KEYWORDS:kbcode kbCompiler ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - The C/C++ Compiler (CL.EXE), included with: - Microsoft Visual C++, 32-bit Editions, versions 1.0, 2.0, 4.0, 4.1 - Microsoft Visual C++, 32-bit Enterprise Edition, versions 4.2, 5.0, 6.0 - Microsoft Visual C++, 32-bit Professional Edition, versions 4.2, 5.0, 6.0 - Microsoft Visual C++, 32-bit Learning Edition, version 6.0 ------------------------------------------------------------------------------- SYMPTOMS ======== A Goto statement within a try-except block causes the following incorrect error if the destination of the Goto is within the same try-except block: error C2705: '