Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates whether one or more exceptions have been thrown, but have not yet been handled by the corresponding catch block of a try-catch statement.
bool __uncaught_exception(
);
Return Value
true from the time an exception is thrown in a try block until the matching catch block is initialized; otherwise, false.
Requirements
Routine |
Required header |
|---|---|
__uncaught_exception |
eh.h |