CTI32 Class Library

HangupException Constructor 

This exception is thrown when the user hangs up the phone. Note: The exception is generated only when blocking in a CTI Function. Hangup is also checked and thrown on entry to any CTI call.

[Visual Basic]
Public Sub New( _
   ByVal Message As String _
)
[C#]
public HangupException(
   string Message
);

Parameters

Message
Message to pass to exception.

See Also

HangupException Class | CTI32NetLib Namespace