InvalidIntentHandlerException(String, MethodInfo) Constructor
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 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)
Parameters
- message
- String
- method
- MethodInfo