次の方法で共有


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 クラスの新しいインスタンスを初期化します。

適用対象