Click or drag to resize

CodedSocketException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodCodedSocketException
Initializes a new instance of the CodedSocketException class.
Public methodCodedSocketException(Int32)
Initializes a new instance of the CodedSocketException class with a specified HRESULT value.
Public methodCodedSocketException(SocketError)
Initializes a new instance of the CodedSocketException class with the specified error code.
Public methodCodedSocketException(String)
Initializes a new instance of the CodedSocketException class with a specified error message.
Public methodCodedSocketException(Int32, SocketError)
Initializes a new instance of the CodedSocketException class with a specified HRESULT value and socket error code.
Public methodCodedSocketException(Int32, String)
Initializes a new instance of the CodedSocketException class with a specified HRESULT value and error message.
Public methodCodedSocketException(SocketError, String)
Initializes a new instance of the CodedSocketException class with a specified error message.
Protected methodCodedSocketException(SerializationInfo, StreamingContext)
Initializes a new instance of the CodedSocketException class with serialized data.
Public methodCodedSocketException(String, Exception)
Initializes a new instance of the CodedSocketException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedSocketException(Int32, SocketError, String)
Initializes a new instance of the CodedSocketException class with a specified HRESULT value, socket error code and error message.
Public methodCodedSocketException(Int32, String, Exception)
Initializes a new instance of the CodedSocketException class with a specified HRESULT value, error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedSocketException(SocketError, String, Exception)
Initializes a new instance of the CodedSocketException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodCodedSocketException(Int32, SocketError, String, Exception)
Initializes a new instance of the CodedSocketException class with a specified HRESULT value, socket error code, error message and a reference to the inner exception that is the cause of this exception.
Top
See Also