|
| WebSocketException () |
|
| WebSocketException (WebSocketError error) |
|
| WebSocketException (WebSocketError error, string? message) |
|
| WebSocketException (WebSocketError error, Exception? innerException) |
|
| WebSocketException (WebSocketError error, string? message, Exception? innerException) |
|
| WebSocketException (int nativeError) |
|
| WebSocketException (int nativeError, string? message) |
|
| WebSocketException (int nativeError, Exception? innerException) |
|
| WebSocketException (WebSocketError error, int nativeError) |
|
| WebSocketException (WebSocketError error, int nativeError, string? message) |
|
| WebSocketException (WebSocketError error, int nativeError, Exception? innerException) |
|
| WebSocketException (WebSocketError error, int nativeError, string? message, Exception? innerException) |
|
| WebSocketException (string? message) |
|
| WebSocketException (string? message, Exception? innerException) |
|
override void | GetObjectData (SerializationInfo info, StreamingContext context) |
|
Definition at line 10 of file WebSocketException.cs.