Article ID: 242192 - Last Review: June 1, 2005 - Revision: 3.0 BUG: The uncaught_exception C Run-Time function always returns falseThis article was previously published under Q242192 SYMPTOMS The C Run-Time (CRT) function uncaught_exception should return true if an exception is being processed. However,
the function always returns false. CAUSE The uncaught_exception function is not correctly implemented as specified in the C++
Standard (section 18.6.4). The function is implemented as a stub function,
which always returns false. Please refer to the Uncaught.cpp file shipped with
the CRT source. STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section. | Article Translations
|
Back to the top
