NoResumeHandlerException Class
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.
The exception representing no resume handler specified for the dialog stack.
[System.Serializable]
public sealed class NoResumeHandlerException : Microsoft.Bot.Builder.Dialogs.DialogStackException
[<System.Serializable>]
type NoResumeHandlerException = class
inherit DialogStackException
Public NotInheritable Class NoResumeHandlerException
Inherits DialogStackException
- Inheritance
- Attributes
Constructors
NoResumeHandlerException(Exception) |
Initializes a new instance of the NoResumeHandlerException class. |