Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.08 KB

exception-handling-constants.md

File metadata and controls

19 lines (18 loc) · 1.08 KB
title ms.custom ms.date ms.technology ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid author ms.author ms.workload
Exception-Handling Constants | Microsoft Docs
11/04/2016
cpp-standard-libraries
conceptual
EXCEPTION_CONTINUE_SEARCH
c.constants
EXCEPTION_CONTINUE_EXECUTION
EXCEPTION_EXECUTE_HANDLER
C++
exception handling, constants
EXCEPTION_CONTINUE_SEARCH constant
EXCEPTION_EXECUTE_HANDLER constant
EXCEPTION_CONTINUE_EXECUTION constant
EH constants
e1870f41-be9e-46a3-a2ea-830dfbaa18fb
corob-msft
corob
cplusplus

Exception-Handling Constants

The constant EXCEPTION_CONTINUE_SEARCH, EXCEPTION_CONTINUE_EXECUTION, or EXCEPTION_EXECUTE_HANDLER is returned when an exception occurs during execution of the guarded section of a try-except statement. The return value determines how the exception is handled. For more information, see try-except Statement in the C++ Language Reference.

See Also

Global Constants