Click or drag to resize

OtherPhoneActivationFailureException Class

Exception specifying the reasons of the why other phone service activation/deactivation failed.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesOtherPhoneActivationFailureException

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

The OtherPhoneActivationFailureException type exposes the following members.

Constructors
  NameDescription
Public methodOtherPhoneActivationFailureException
Initializes a new instance of the OtherPhoneActivationFailureException class.
Top
Properties
  NameDescription
Public propertyReason
The reason for the operation failure.
Top
Remarks
This exception is thrown when the other phone service cannot be activated/deactivated.
See Also