Click or drag to resize

AgentException Class

Represents the exception that is thrown on an Agent Service failure operations.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesAgentException

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

The AgentException type exposes the following members.

Constructors
  NameDescription
Public methodAgentException
Initializes a new instance of the AgentException class.
Public methodAgentException(String)
Initializes a new instance of the AgentException class with a specified error message.
Public methodAgentException(AgentError)
Initializes a new instance of the AgentException class with a specified agent error.
Public methodAgentException(String, Exception)
Initializes a new instance of the AgentException class with a specified error message.
Top
Properties
  NameDescription
Public propertyprotocolException
Gets the underlying protocol error for the agent feature failure.
Public propertyReason
Gets the reason for the agent feature failure.
Top
See Also