FormCanceledException<T>(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 = 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.