Diagnostic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |