Loading...
Constructor in Diagnostic
Initializes a new instance of the Diagnostic 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.