Namespace ivrToolkit.Core.Exceptions
Classes
DisposedException
DisposingException
Thrown if another thread calls the InitiateDispose method.
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'
HangupException
Thrown if the person on the end of the line hangs up.
TaskFailException
Thrown if there is a Task fail event
TooManyAttempts
Thrown if There have been too many attempts at a prompt. The default is '5' attempts.