次の方法で共有


NoResumeHandlerException クラス

定義

ダイアログ スタックに対して指定された再開ハンドラーがないことを表す例外。

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

コンストラクター

NoResumeHandlerException(Exception)

NoResumeHandlerException クラスの新しいインスタンスを初期化します。

適用対象