Show / Hide Table of Contents

Class HangupException

Thrown if the person on the end of the line hangs up.

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

Constructors

| Edit this page View Source

HangupException()

Declaration
public HangupException()
| Edit this page View Source

HangupException(string)

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

HangupException(string, Exception)

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