Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

WebSocketException Class

Namespace: Rebex.Net
Assembly: Rebex.WebSocket.dll (version 7.0.9147)

Represents a WebSocket error.

Syntax
public class WebSocketException : NetworkSessionException, ISerializable
Inheritance
Object
Exception
NetworkSessionException
WebSocketException
Implements
ISerializable
Inherited Members
NetworkSessionException.ProtocolCode
NetworkSessionException.ProtocolMessage
NetworkSessionException.Status
Exception.Data
Exception.GetBaseException()
Exception.GetType()
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.SerializeObjectState
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)

Constructors

Name Description
WebSocketException(WebSocketError)

Creates a new instance of WebSocketException.

WebSocketException(WebSocketError, Exception)

Creates a new instance of WebSocketException.

WebSocketException(WebSocketError, String)

Creates a new instance of WebSocketException.

WebSocketException(WebSocketError, String, Exception)

Creates a new instance of WebSocketException.

WebSocketException(String)

Creates a new instance of WebSocketException.

WebSocketException(String, Exception)

Creates a new instance of WebSocketException.

Properties

Name Description
ProtocolCode

Gets the protocol error code, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException.

ProtocolMessage

Gets the protocol error message, if available (usually when Status is set to ProtocolError). Inherited from NetworkSessionException.

Status

Gets error status. Inherited from NetworkSessionException.

WebSocketErrorCode

Gets error code.

In This Article
  • Constructors
  • Properties
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies