Click or drag to resize
FeatureException Class
The exception that is thrown on a call feature failure.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesFeatureException

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public class FeatureException

The FeatureException type exposes the following members.

Constructors
  NameDescription
Public methodFeatureException
Initializes a new instance of the FeatureException class.
Public methodFeatureException(String)
Initializes a new instance of the FeatureException class with a specified error message.
Public methodFeatureException(String, Exception)
Initializes a new instance of the FeatureException class with a specified error message.
Top
Properties
  NameDescription
Public propertyprotocolException
The reason for the feature failure.
Public propertyReason
The reason for the feature failure.
Top
See Also