Class HangupException
Thrown if the person on the end of the line hangs up.
Inheritance
HangupException
Assembly: ivrToolkit.Core.dll
public class HangupException : VoiceException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
|
Edit this page
View Source
Declaration
public HangupException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
Declaration
public HangupException(string message, Exception innerException)
Parameters
Implements
Extension Methods