TaskErrorCategory Enum

Definition

Represents a collection of values that identify types or severity of error messages that can appear in the Error List Options task window.

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

Fields

Error 0

Represents an error.

Message 2

Represents an informational note.

Warning 1

Represents a warning.

Remarks

These values are primarily used by the managed package framework (MPF) language service class, Source; specifically, the CreateErrorTaskItem method.

Applies to