Show / Hide Table of Contents

Class TooManyAttempts

Thrown if There have been too many attempts at a prompt. The default is '5' attempts.

Inheritance
object
Exception
VoiceException
TooManyAttempts
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 TooManyAttempts : VoiceException, ISerializable

Constructors

| Edit this page View Source

TooManyAttempts()

Declaration
public TooManyAttempts()
| Edit this page View Source

TooManyAttempts(string)

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

TooManyAttempts(string, Exception)

Declaration
public TooManyAttempts(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