DiagnosticSeverity 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 the severity of diagnostics.
public enum DiagnosticSeverity
type DiagnosticSeverity =
Public Enum DiagnosticSeverity
- Inheritance
-
DiagnosticSeverity
Fields
Name | Value | Description |
---|---|---|
Error | 0 | Catch Error info. |
Warning | 1 | Catch Warning info. |
Information | 2 | Something to inform about but not a problem. |
Hint | 3 | Something to hint to a better way of doing it, like proposing a refactoring. |