Class WebSocketException
Generic WebSocket exception class
Implements
Inherited Members
Namespace: Unity.Services.Wire.Internal
Assembly: Unity.Services.Multiplay.Wire.Internal.dll
Syntax
public class WebSocketException : Exception, ISerializable
Constructors
WebSocketException()
Generic WebSocket exception class
Declaration
public WebSocketException()
WebSocketException(string)
Generic WebSocket exception class
Declaration
public WebSocketException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message |
WebSocketException(string, Exception)
Generic WebSocket exception class
Declaration
public WebSocketException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | inner |