compilerErrorReportingType Enumeration

Allows you to provide internal compiler error (ICE) information directly to the Visual C++ team.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
Public Enumeration compilerErrorReportingType
'Usage
Dim instance As compilerErrorReportingType
public enum compilerErrorReportingType
public enum class compilerErrorReportingType
public enum compilerErrorReportingType

Members

Member name Description
compilerErrorReportingDefault prompt is the default when compiling an application in the development environment.

queue is the default when compiling an application at the command line.

compilerErrorReportingPrompt Prompts you to send a report when you receive an internal compiler error.
compilerErrorReportingQueue Queues the error report to be sent later.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace

ErrorReporting

ErrorReporting