Share via


InvalidIntentHandlerException(String, MethodInfo) 构造函数

定义

public InvalidIntentHandlerException (string message, System.Reflection.MethodInfo method);
new Microsoft.Bot.Builder.Dialogs.InvalidIntentHandlerException : string * System.Reflection.MethodInfo -> Microsoft.Bot.Builder.Dialogs.InvalidIntentHandlerException
Public Sub New (message As String, method As MethodInfo)

参数

message
String
method
MethodInfo

适用于