TooManyAttemptsException Classe
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.
Exception représentant trop de tentatives de l’utilisateur pour répondre à la question posée par l’invite.
[System.Serializable]
public sealed class TooManyAttemptsException : Microsoft.Bot.Builder.Dialogs.PromptException
[<System.Serializable>]
type TooManyAttemptsException = class
inherit PromptException
Public NotInheritable Class TooManyAttemptsException
Inherits PromptException
- Héritage
- Attributs
Constructeurs
TooManyAttemptsException(String) |
Initialise une nouvelle instance de la classe TooManyAttemptsException avec un message d’erreur spécifié. |