Diagnostic.BuildDiagnostic(String, String, Range, ParserRuleContext) Method
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 static Microsoft.Bot.Builder.Parsers.LU.Diagnostic BuildDiagnostic (string message, string severity = "ERROR", Microsoft.Bot.Builder.Parsers.LU.Range range = default, Antlr4.Runtime.ParserRuleContext context = default);
static member BuildDiagnostic : string * string * Microsoft.Bot.Builder.Parsers.LU.Range * Antlr4.Runtime.ParserRuleContext -> Microsoft.Bot.Builder.Parsers.LU.Diagnostic
Public Shared Function BuildDiagnostic (message As String, Optional severity As String = "ERROR", Optional range As Range = Nothing, Optional context As ParserRuleContext = Nothing) As Diagnostic
Parameters
- message
- String
- severity
- String
- range
- Range
- context
- Antlr4.Runtime.ParserRuleContext