Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public enum compilerErrorReportingType
public enum class compilerErrorReportingType
type 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. |