ProtocolException Class |
Namespace: Avaya.ClientServices
public class ProtocolException : Exception
The ProtocolException type exposes the following members.
| Name | Description | |
|---|---|---|
| ProtocolException |
Initializes a new instance of the ProtocolException
class.
| |
| ProtocolException(String) |
Initializes a new instance of the ProtocolException
class with a specified error message.
| |
| ProtocolException(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.
| |
| ProtocolException(String, Int32, String, Int32, String) |
Initializes a new instance of the ProtocolException
class with a specified error message and signaling protocol details.
|
| Name | Description | |
|---|---|---|
| ProtocolReason |
The reason string from the underlying signaling protocol.
| |
| ProtocolResponseCode |
The response code from the underlying signaling protocol.
| |
| ProtocolWarning |
The warning string from the underlying signaling protocol.
| |
| ProtocolWarningCode |
The warning code from the underlying signaling protocol.
|