Last updated 6 months ago
Was this helpful?
Constructor in
Initializes a new instance of the class.
public Diagnostic(string message, DiagnosticSeverity severity = DiagnosticSeverity.Error)
string message
string
Gets or sets the description of the issue.
severity
Gets or sets the severity of the issue.