DiagnosticSeverity
Enum in Diagnostic
Inherits from System.Enum
Summary
The severity of the issue.
public enum DiagnosticSeverity
{
Error,
Warning,
Info
}
Members
Last updated
Was this helpful?
Enum in Diagnostic
Inherits from System.Enum
The severity of the issue.
public enum DiagnosticSeverity
{
Error,
Warning,
Info
}
Last updated
Was this helpful?