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: 493.0.70.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