Click or drag to resize

CompilerDiagnostic Properties

The CompilerDiagnostic type exposes the following members.

Properties
 NameDescription
Public propertyColumn Gets the text column number, or null if no column number applies.
Public propertyLine Gets the text line number, or null if no line number applies.
Public propertyMessageText Gets the message text.
Public propertySeverity Gets the severity level (0: Hidden, 1: Info, 2: Warning, 3: Error).
Public propertySeverityText Gets the severity text, e.g. Hidden, Info, Warning, Error.
Top
See Also