TaskErrorCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Error | 0 | Represents an error. |
Warning | 1 | Represents a warning. |
Message | 2 | Represents an informational note. |
Remarks
These values are primarily used by the managed package framework (MPF) language service class, Source; specifically, the CreateErrorTaskItem method.