Class VoiceException
Inheritance
VoiceException
Implements
Inherited Members
Namespace: ivrToolkit.Core.Exceptions
Assembly: ivrToolkit.Core.dll
Syntax
public class VoiceException : Exception, ISerializable
Constructors
| Edit this page View SourceVoiceException()
Declaration
public VoiceException()
VoiceException(string)
Declaration
public VoiceException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
VoiceException(string, Exception)
Declaration
public VoiceException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |