Click or drag to resize

AgentException Constructor (AgentError)

Initializes a new instance of the AgentException class with a specified agent error.

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

Parameters

error
Type: Avaya.ClientServicesAgentError
The reason for the agent feature failure.
See Also