Show / Hide Table of Contents

Class TaskFailException

Thrown if there is a Task fail event

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

Constructors

| Edit this page View Source

TaskFailException()

Declaration
public TaskFailException()
| Edit this page View Source

TaskFailException(string)

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

TaskFailException(string, Exception)

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