Class TaskFailException
Thrown if there is a Task fail event
Inheritance
TaskFailException
Assembly: ivrToolkit.Core.dll
public class TaskFailException : VoiceException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
public TaskFailException()
|
Edit this page
View Source
Declaration
public TaskFailException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
Declaration
public TaskFailException(string message, Exception innerException)
Parameters
Implements
Extension Methods