Partager via


FormCanceledException(String, Exception) Constructeur

Définition

Constructeur avec message et exception interne.

public FormCanceledException(string message, Exception inner);
new Microsoft.Bot.Builder.FormFlow.FormCanceledException : string * Exception -> Microsoft.Bot.Builder.FormFlow.FormCanceledException
Public Sub New (message As String, inner As Exception)

Paramètres

message
String

Message d’exception.

inner
Exception

Exception interne.

Remarques

Dans le cas d’un abandon par l’utilisateur, l’exception interne est null.

S’applique à