Show / Hide Table of Contents

Class RecoveryFailedException

Thrown if there is a Task fail event

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

Constructors

| Edit this page View Source

RecoveryFailedException()

Declaration
public RecoveryFailedException()
| Edit this page View Source

RecoveryFailedException(string)

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

RecoveryFailedException(string, Exception)

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