Constructor DiagnosticDefinition
DiagnosticDefinition(String, Severity, String, String, String)
Initializes a new instance of the DiagnosticDefinition<T> class.
Declaration
public DiagnosticDefinition(string id, Severity severity, string messageFormat, string title = null, string category = null)
Parameters
Type | Name | Description |
---|---|---|
String | id | An unique identifier for the diagnostic (e.g. |
Severity | severity | The severity of the diagnostic. |
String | messageFormat | The formatting string of the diagnostic message. |
String | title | An optional short title for the diagnostic. If no value is provided for this parameter, |
String | category | An optional category to which this diagnostic belong. The default value is |