Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |