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.
public class Diagnostic : Microsoft.Bot.Builder.Parsers.LU.Error
type Diagnostic = class
inherit Error
Public Class Diagnostic
Inherits Error
- Inheritance
Constructors
| Diagnostic(String, String, Range) |
Fields
| ERROR | |
| WARN |
Properties
| Message | (Inherited from Error) |
| Range | (Inherited from Error) |
| Severity | (Inherited from Error) |
Methods
| BuildDiagnostic(String, String, Range, ParserRuleContext) | |
| StringMessage() |