次の方法で共有


FormCanceledException<T>(String, Exception) コンストラクター

定義

メッセージと内部例外を含むコンストラクター。

public FormCanceledException(string message, Exception inner = default);
new Microsoft.Bot.Builder.FormFlow.FormCanceledException<'T> : string * Exception -> Microsoft.Bot.Builder.FormFlow.FormCanceledException<'T>
Public Sub New (message As String, Optional inner As Exception = Nothing)

パラメーター

message
String

例外メッセージ。

inner
Exception

内部例外。

注釈

ユーザーが終了した場合、内部例外は null になります。

適用対象