TooManyAttemptsException(String) 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.
Initialise une nouvelle instance de la classe TooManyAttemptsException avec un message d’erreur spécifié.
public TooManyAttemptsException (string message);
new Microsoft.Bot.Builder.Dialogs.TooManyAttemptsException : string -> Microsoft.Bot.Builder.Dialogs.TooManyAttemptsException
Public Sub New (message As String)
Paramètres
- message
- String
Message d'erreur qui explique la raison de l'exception.