Describes the severity of error messages.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSERRORCATEGORY
public enum __VSERRORCATEGORY
public enum class __VSERRORCATEGORY
type __VSERRORCATEGORY
public enum __VSERRORCATEGORY
Members
| Member name | Description | |
|---|---|---|
| EC_ERROR | Error message. | |
| EC_MESSAGE | Informational message. | |
| EC_WARNING | Warning message. |