TooManyAttemptsException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |