Click or drag to resize

ICompilerDiagnostic Interface

Interface to one item of a compiler's diagnostic message.

Namespace: Altaxo.Main.Services.ScriptCompilation
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ICompilerDiagnostic

The ICompilerDiagnostic type exposes the following members.

Properties
 NameDescription
Public propertyColumn Gets the text column number, or null if this not applies.
Public propertyLine Gets the text line number, or null if this not 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