FormCanceledException(String, Exception) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.