Overload List
Name | Description | |
---|---|---|
![]() | WebSocketException |
Initializes a new instance of the WebSocketException class.
|
![]() | WebSocketException(Int32) |
Initializes a new instance of the WebSocketException class with a specified status code.
|
![]() | WebSocketException(String) |
Initializes a new instance of the WebSocketException class with a specified error message.
|
![]() | WebSocketException(Int32, String) |
Initializes a new instance of the WebSocketException class with a specified status code
and error message.
|
![]() | WebSocketException(SerializationInfo, StreamingContext) |
Initializes a new instance of the WebSocketException class with serialized data.
|
![]() | WebSocketException(String, Exception) |
Initializes a new instance of the WebSocketException class with a specified error message
and a reference to the inner exception that is the cause of this exception.
|
![]() | WebSocketException(Int32, String, Exception) |
Initializes a new instance of the WebSocketException class with a specified status code,
error message, and a reference to the inner exception that is the cause of this exception.
|
See Also