Class WebSocketException
Generic WebSocket exception class
Namespace: Unity.Services.Wire.Internal
Syntax
public class WebSocketException : Exception, ISerializable, _Exception
Constructors
WebSocketException()
Declaration
public WebSocketException()
WebSocketException(String)
Declaration
public WebSocketException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
WebSocketException(String, Exception)
Declaration
public WebSocketException(string message, Exception inner)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | inner |