Click or drag to resize

ProtocolException Constructor (String, Int32, String, Int32, String)

Initializes a new instance of the ProtocolException class with a specified error message and signaling protocol details.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public ProtocolException(
	string message,
	int responseCode,
	string reason,
	int warningCode,
	string warning
)

Parameters

message
Type: SystemString
A message that describes the error.
responseCode
Type: SystemInt32
The response code from the underlying signaling protocol.
reason
Type: SystemString
The reason string from the underlying signaling protocol.
warningCode
Type: SystemInt32
The warning code from the underlying signaling protocol.
warning
Type: SystemString
The warning string from the underlying signaling protocol.
See Also