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

WebSocketException Constructor

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

WebSocketException(String)

Creates a new instance of WebSocketException.

Declaration
public WebSocketException(string message)
Parameters
Type Name Description
String message

Error message.

WebSocketException(String, Exception)

Creates a new instance of WebSocketException.

Declaration
public WebSocketException(string message, Exception innerException)
Parameters
Type Name Description
String message

Error message.

Exception innerException

Inner exception.

WebSocketException(WebSocketError)

Creates a new instance of WebSocketException.

Declaration
public WebSocketException(WebSocketError error)
Parameters
Type Name Description
WebSocketError error

WebSocket error code.

WebSocketException(WebSocketError, String)

Creates a new instance of WebSocketException.

Declaration
public WebSocketException(WebSocketError error, string message)
Parameters
Type Name Description
WebSocketError error

WebSocket error code.

String message

Error message.

WebSocketException(WebSocketError, Exception)

Creates a new instance of WebSocketException.

Declaration
public WebSocketException(WebSocketError error, Exception innerException)
Parameters
Type Name Description
WebSocketError error

WebSocket error code.

Exception innerException

Inner exception.

WebSocketException(WebSocketError, String, Exception)

Creates a new instance of WebSocketException.

Declaration
public WebSocketException(WebSocketError error, string message, Exception innerException)
Parameters
Type Name Description
WebSocketError error

WebSocket error code.

String message

Error message.

Exception innerException

Inner exception.

In This Article
  • WebSocketException(String)
  • WebSocketException(String, Exception)
  • WebSocketException(WebSocketError)
  • WebSocketException(WebSocketError, String)
  • WebSocketException(WebSocketError, Exception)
  • WebSocketException(WebSocketError, String, Exception)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies