compilerErrorReportingType Enumeration
Visual Studio 2015
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. | |
| compilerErrorReportingPrompt | Prompts you to send a report when you receive an internal compiler error. | |
| compilerErrorReportingQueue | Queues the error report to be sent later. |
Show: