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