__VsErrorType Enum

Definition

Defines the types of errors produced by a solution load. Used by LogError(UInt32, String, String, Int32, Int32, String, String, String, String).

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

Fields

VsErrorType_Error 1

A solution load error.

VsErrorType_Warning 2

A solution load warning.

Applies to