Represents the exception that occurred when attempting to perform an operation on the WebSocket connection.
See Also: Inherited members from Exception.
[read-only] | Code | CloseStatusCode . Gets the WebSocketSharp.CloseStatusCode associated with a WebSocketSharp.WebSocketException. |
Gets the WebSocketSharp.CloseStatusCode associated with a WebSocketSharp.WebSocketException.
Syntax
public CloseStatusCode Code { get; }Value
One of the WebSocketSharp.CloseStatusCode values that indicates the cause of the exception.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: WebSocketSharp
Assembly: websocket-sharp (in websocket-sharp.dll)