CodedSocketException Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | CodedSocketException |
Initializes a new instance of the CodedSocketException class.
|
![]() | CodedSocketException(Int32) |
Initializes a new instance of the CodedSocketException class with a specified HRESULT value.
|
![]() | CodedSocketException(SocketError) |
Initializes a new instance of the CodedSocketException class with the specified error code.
|
![]() | CodedSocketException(String) |
Initializes a new instance of the CodedSocketException class with a specified error message.
|
![]() | CodedSocketException(Int32, SocketError) |
Initializes a new instance of the CodedSocketException class with a specified HRESULT value and socket error code.
|
![]() | CodedSocketException(Int32, String) |
Initializes a new instance of the CodedSocketException class with a specified HRESULT value and error message.
|
![]() | CodedSocketException(SocketError, String) |
Initializes a new instance of the CodedSocketException class with a specified error message.
|
![]() | CodedSocketException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CodedSocketException class with serialized data.
|
![]() | CodedSocketException(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.
|
![]() | CodedSocketException(Int32, SocketError, String) |
Initializes a new instance of the CodedSocketException class with a specified HRESULT value, socket error code and error message.
|
![]() | CodedSocketException(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.
|
![]() | CodedSocketException(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.
|
![]() | CodedSocketException(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.
|