compilerErrorReportingType Enumeration
Allows you to provide internal compiler error (ICE) information directly to the Visual C++ team.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
| 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. |