Class WebSocketException
Generic WebSocket exception class
Inheritance
WebSocketException
Syntax
public class WebSocketException : Exception
Constructors
WebSocketException()
Declaration
public WebSocketException()
WebSocketException(String)
Declaration
public WebSocketException(string message)
Parameters
| Type |
Name |
Description |
| String |
message |
|
WebSocketException(String, Exception)
Declaration
public WebSocketException(string message, Exception inner)
Parameters
| Type |
Name |
Description |
| String |
message |
|
| Exception |
inner |
|