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 |
|
conceptual |
|
|
|
e1870f41-be9e-46a3-a2ea-830dfbaa18fb |
corob-msft |
corob |
|
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.