Click or drag to resize

WebSocketException Class

The exception that is thrown when a fatal error occurs in the WebSocket communication.
Inheritance Hierarchy
SystemObject
  SystemException
    Sfs2X.WebSocketSharpWebSocketException

Namespace:  Sfs2X.WebSocketSharp
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class WebSocketException : Exception

The WebSocketException type exposes the following members.

Properties
  NameDescription
Public propertyCode
Gets the status code indicating the cause of the exception.
Top
See Also