ICompiler |
The ICompilerDiagnostic type exposes the following members.
Name | Description | |
---|---|---|
Column | Gets the text column number, or null if this not applies. | |
Line | Gets the text line number, or null if this not applies. | |
MessageText | Gets the message text. | |
Severity | Gets the severity level (0: Hidden, 1: Info, 2: Warning, 3: Error). | |
SeverityText | Gets the severity text, e.g. Hidden, Info, Warning, Error. |