NoResumeHandlerException Class

Definition

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

Constructors

NoResumeHandlerException(Exception)

Initializes a new instance of the NoResumeHandlerException class.

Applies to