DiagnosticSeverity
Enum in Diagnostic
Inherits from System.Enum
Summary
The severity of the issue.
public enum DiagnosticSeverity
{
Info = 1,
Warning = 2,
Error = 3
}Enum in Diagnostic
Inherits from System.Enum
The severity of the issue.
public enum DiagnosticSeverity
{
Info = 1,
Warning = 2,
Error = 3
}