DiagnosticSeverity
Last updated
Was this helpful?
Last updated
Was this helpful?
Enum in Diagnostic
Inherits from System.Enum
The severity of the issue.
public enum DiagnosticSeverity
{
Info = 1,
Warning = 2,
Error = 3
}
An error.
An informational diagnostic.
An warning.