__VSERRORCATEGORY Enumeration

 

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)

public enum __VSERRORCATEGORY

Member nameDescription
EC_ERROR

 Error message.

EC_MESSAGE

 Informational message.

EC_WARNING

 Warning message.

Return to top
Show: