다음을 통해 공유


TemplateException(String, IList<Diagnostic>) 생성자

정의

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))

매개 변수

message
String

오류 메시지입니다.

diagnostics
IList<Diagnostic>

throw할 진단 목록입니다.

적용 대상