Show / Hide Table of Contents

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
object
Exception
VoiceException
GetDigitsTimeoutException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: ivrToolkit.Core.Exceptions
Assembly: ivrToolkit.Core.dll
Syntax
public class GetDigitsTimeoutException : VoiceException, ISerializable

Constructors

| Edit this page View Source

GetDigitsTimeoutException()

Declaration
public GetDigitsTimeoutException()
| Edit this page View Source

GetDigitsTimeoutException(string)

Declaration
public GetDigitsTimeoutException(string message)
Parameters
Type Name Description
string message
| Edit this page View Source

GetDigitsTimeoutException(string, Exception)

Declaration
public GetDigitsTimeoutException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Implements

ISerializable

Extension Methods

ValidationExtensions.ThrowIfNull<T>(T, string)
  • View Source
In this article
Back to top Generated by DocFX