TooManyAttemptsException Class
Definition
The exception representing too many attempts by the user to answer the question asked by the prompt.
[System.Serializable]
public sealed class TooManyAttemptsException : Microsoft.Bot.Builder.Dialogs.PromptException
[<System.Serializable>]
type TooManyAttemptsException = class
inherit PromptException
Public NotInheritable Class TooManyAttemptsException
Inherits PromptException
- Inheritance
- Attributes
Constructors
TooManyAttemptsException(String) |
Initializes a new instance of the TooManyAttemptsException class with a specified error message. |