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