Click or drag to resize
ContactServiceErrorEventArgs Class
Provide the contact source type that the provider is responsible for and the failure reason.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Avaya.ClientServicesProtocolEventArgs
      Avaya.ClientServicesContactErrorEventArgs
        Avaya.ClientServicesContactServiceErrorEventArgs

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class ContactServiceErrorEventArgs : ContactErrorEventArgs

The ContactServiceErrorEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyError
Error code returned for the contact operation.
(Inherited from ContactErrorEventArgs.)
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
(Inherited from ProtocolEventArgs.)
Public propertySourceType
Top
See Also