Class GetDigitsTimeoutException
Thrown if the number of defined milliseconds has passed since the last digit was pressed.
The default milliseconds is 5000 and can be overridden in voice.properties with the parameter name of 'getDigits.timeoutInMilliseconds'
Inheritance
GetDigitsTimeoutException
Assembly: ivrToolkit.Core.dll
public class GetDigitsTimeoutException : VoiceException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
public GetDigitsTimeoutException()
|
Edit this page
View Source
Declaration
public GetDigitsTimeoutException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
Declaration
public GetDigitsTimeoutException(string message, Exception innerException)
Parameters
Implements
Extension Methods