Click or drag to resize

ProtocolException Class

Exception representing a signaling protocol failure.
Inheritance Hierarchy
SystemObject
  SystemException
    Avaya.ClientServicesProtocolException

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

The ProtocolException type exposes the following members.

Constructors
  NameDescription
Public methodProtocolException
Initializes a new instance of the ProtocolException class.
Public methodProtocolException(String)
Initializes a new instance of the ProtocolException class with a specified error message.
Public methodProtocolException(String, Exception)
Initializes a new instance of the ProtocolException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodProtocolException(String, Int32, String, Int32, String)
Initializes a new instance of the ProtocolException class with a specified error message and signaling protocol details.
Top
Properties
  NameDescription
Public propertyProtocolReason
The reason string from the underlying signaling protocol.
Public propertyProtocolResponseCode
The response code from the underlying signaling protocol.
Public propertyProtocolWarning
The warning string from the underlying signaling protocol.
Public propertyProtocolWarningCode
The warning code from the underlying signaling protocol.
Top
See Also