MultipleResumeHandlerException Class

Definition

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
MultipleResumeHandlerException
Attributes

Constructors

MultipleResumeHandlerException(Exception)

Initializes a new instance of the MultipleResumeHandlerException class.

Applies to