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