Used by the ExceptionHandling.property.
Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Public Enumeration cppExceptionHandling
用法
Dim instance As cppExceptionHandling
public enum cppExceptionHandling
public enum class cppExceptionHandling
public enum cppExceptionHandling
Members
| Member name | Description | |
|---|---|---|
| cppExceptionHandlingNo | No | |
| cppExceptionHandlingYes | Yes | |
| cppExceptionHandlingYesWithSEH | Yes with structured exception handling |