CTI32 Class Library

CTIException Class

Any CTI32 error will Throw this exceptoion. Note: This will only occur if you have set throwExceptions to true.

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

System.Object
   System.Exception
      System.ApplicationException
         CTI32NetLib.CTIException

[Visual Basic]
Public Class CTIException
    Inherits ApplicationException
[C#]
public class CTIException : 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

CTIException Members | CTI32NetLib Namespace