compilerErrorReportingType Enum

Definition

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

public enum class compilerErrorReportingType
public enum class compilerErrorReportingType
enum compilerErrorReportingType
public enum compilerErrorReportingType
type compilerErrorReportingType = 
Public Enum compilerErrorReportingType
Inheritance
compilerErrorReportingType

Fields

compilerErrorReportingDefault 0

prompt is the default when compiling an application in the development environment.

compilerErrorReportingPrompt 1

Prompts you to send a report when you receive an internal compiler error.

compilerErrorReportingQueue 2

Queues the error report to be sent later.

Applies to