__VSERRORCATEGORY 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.
Describes the severity of error messages.
public enum class __VSERRORCATEGORY
public enum class __VSERRORCATEGORY
enum __VSERRORCATEGORY
public enum __VSERRORCATEGORY
type __VSERRORCATEGORY =
Public Enum __VSERRORCATEGORY
- Inheritance
-
__VSERRORCATEGORY
Fields
Name | Value | Description |
---|---|---|
EC_ERROR | 0 | Error message. |
EC_WARNING | 1 | Warning message. |
EC_MESSAGE | 2 | Informational message. |