Click or drag to resize

ProtocolException Constructor

Overload List
  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
See Also