Diagnostic Class

Definition

Error/Warning report when parsing/evaluating template/inlineText.

public class Diagnostic
type Diagnostic = class
Public Class Diagnostic
Inheritance
Diagnostic

Properties

Code

Gets or sets a code or identifier for this diagnostics.

Message

Gets the human-readable message.

Range

Gets or sets the range to which this diagnostic applies.

Severity

Gets or sets the severity, default is Error.

Source

Gets or sets a human-readable string describing the source of this diagnostic.

Methods

ToString()

Returns a string that represents the current object.

Applies to