Udostępnij przez


TemplateException(String, IList<Diagnostic>) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy TemplateException.

public TemplateException(string message, System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic> diagnostics);
new Microsoft.Bot.Builder.LanguageGeneration.TemplateException : string * System.Collections.Generic.IList<Microsoft.Bot.Builder.LanguageGeneration.Diagnostic> -> Microsoft.Bot.Builder.LanguageGeneration.TemplateException
Public Sub New (message As String, diagnostics As IList(Of Diagnostic))

Parametry

message
String

Komunikat o błędzie.

diagnostics
IList<Diagnostic>

Lista diagnostyki, która ma być zgłaszana.

Dotyczy