cppExceptionHandling Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the ExceptionHandling.property.
public enum class cppExceptionHandling
public enum class cppExceptionHandling
enum cppExceptionHandling
public enum cppExceptionHandling
type cppExceptionHandling =
Public Enum cppExceptionHandling
- Inheritance
-
cppExceptionHandling
Fields
cppExceptionHandlingNo | 0 | No |
cppExceptionHandlingYes | 1 | Yes |
cppExceptionHandlingYesWithSEH | 2 | Yes with structured exception handling |