Constructor WebSocketException
WebSocketException()
Generic WebSocket exception class
Declaration
public WebSocketException()
WebSocketException(string)
Generic WebSocket exception class
Declaration
public WebSocketException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
WebSocketException(string, Exception)
Generic WebSocket exception class
Declaration
public WebSocketException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | inner |