Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.03 KB

File metadata and controls

15 lines (12 loc) · 1.03 KB
description Learn more about: Exception-Handling Constants
title Exception-Handling Constants
ms.date 11/04/2016
f1_keywords
EXCEPTION_CONTINUE_SEARCH
EXCEPTION_CONTINUE_EXECUTION
EXCEPTION_EXECUTE_HANDLER
EXCPT/EXCEPTION_CONTINUE_SEARCH
EXCPT/EXCEPTION_CONTINUE_EXECUTION
EXCPT/EXCEPTION_EXECUTE_HANDLER
helpviewer_keywords
exception handling, constants
EXCEPTION_CONTINUE_SEARCH constant
EXCEPTION_EXECUTE_HANDLER constant
EXCEPTION_CONTINUE_EXECUTION constant
EH constants
ms.assetid e1870f41-be9e-46a3-a2ea-830dfbaa18fb

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