Partager via


TooManyAttemptsException Classe

Définition

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
TooManyAttemptsException
Attributs

Constructeurs

TooManyAttemptsException(String)

Initialise une nouvelle instance de la classe TooManyAttemptsException avec un message d’erreur spécifié.

S’applique à