cppExceptionHandling Enumeration
Used by the ExceptionHandling.property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Public Enumeration cppExceptionHandling
public enum cppExceptionHandling
public enum class cppExceptionHandling
type cppExceptionHandling
public enum cppExceptionHandling
Members
Member name | Description | |
---|---|---|
cppExceptionHandlingNo | No | |
cppExceptionHandlingYes | Yes | |
cppExceptionHandlingYesWithSEH | Yes with structured exception handling |