Partager via


FormCanceledException<T>(String, Exception) Constructeur

Définition

Constructeur avec message et exception interne.

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)

Paramètres

message
String

Message d’exception.

inner
Exception

Exception interne.

Remarques

Dans le cas de la démission de l’utilisateur, l’exception interne est null.

S’applique à