Click or drag to resize

CallFailureException Class

Exception representing a call operation failure.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesCallFailureException

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

The CallFailureException type exposes the following members.

Constructors
  NameDescription
Public methodCallFailureException
Initializes a new instance of the CallFailureException class.
Top
Properties
  NameDescription
Public propertyReason
The reason for the operation failure.
Top
See Also