Diagnostic(string,DiagnosticSeverity)
public Diagnostic(string message, DiagnosticSeverity severity = DiagnosticSeverity.Error)
Name | Description |
---|---|
string message | Gets or sets the description of the issue. |
Gets or sets the severity of the issue. |
Name | Description |
---|---|
string message | Gets or sets the description of the issue. |
Gets or sets the severity of the issue. |