Click or drag to resize

ContactException Class

Common exception for contact operations.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesContactException

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class ContactException : Exception

The ContactException type exposes the following members.

Constructors
  NameDescription
Public methodContactException
Initializes a new instance of the ContactException class.
Top
Properties
  NameDescription
Public propertyError
The contact error code for the contact operation.
Top
See Also