共用方式為


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

適用於