linkerErrorReportingType Enum

Definition

Allows you to provide internal linker error information directly to the Visual C++ team.

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

Fields

linkerErrorReportingDefault 0

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

linkerErrorReportingPrompt 1

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

linkerErrorReportingQueue 2

Queues the error report to be sent later.

Applies to