Class TooManyAttempts
Thrown if There have been too many attempts at a prompt. The default is '5' attempts.
Inheritance
TooManyAttempts
Assembly: ivrToolkit.Core.dll
public class TooManyAttempts : VoiceException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public TooManyAttempts(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
Declaration
public TooManyAttempts(string message, Exception innerException)
Parameters
Implements
Extension Methods