MultipleResumeHandlerException 类

定义

表示为对话框堆栈指定的多个恢复处理程序的异常。

[System.Serializable]
public sealed class MultipleResumeHandlerException : Microsoft.Bot.Builder.Dialogs.DialogStackException
[<System.Serializable>]
type MultipleResumeHandlerException = class
    inherit DialogStackException
Public NotInheritable Class MultipleResumeHandlerException
Inherits DialogStackException
继承
MultipleResumeHandlerException
属性

构造函数

MultipleResumeHandlerException(Exception)

初始化 MultipleResumeHandlerException 类的新实例。

适用于