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