CTI32 Class Library

HangupException Class

This exception is thrown when the user hangs up the phone. Note: The exception is generated only when blocking in a CTI Function.

For a list of all members of this type, see HangupException Members.

System.Object
   System.Exception
      System.ApplicationException
         CTI32NetLib.HangupException

[Visual Basic]
Public Class HangupException
    Inherits ApplicationException
[C#]
public class HangupException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: CTI32NetLib

Assembly: CTI32NetLib (in CTI32NetLib.dll)

See Also

HangupException Members | CTI32NetLib Namespace