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