Freigeben über


TooManyAttemptsException Klasse

Definition

Die Ausnahme, die zu viele Versuche des Benutzers darstellt, die von der Eingabeaufforderung gestellte Frage zu beantworten.

[System.Serializable]
public sealed class TooManyAttemptsException : Microsoft.Bot.Builder.Dialogs.PromptException
[<System.Serializable>]
type TooManyAttemptsException = class
    inherit PromptException
Public NotInheritable Class TooManyAttemptsException
Inherits PromptException
Vererbung
TooManyAttemptsException
Attribute

Konstruktoren

TooManyAttemptsException(String)

Initialisiert eine neue Instanz der TooManyAttemptsException-Klasse mit einer angegebenen Fehlermeldung.

Gilt für: