API reference
API reference
Select your platform
No SDKs available
No versions available

WebSocketUnexpectedException Class

Constructors

WebSocketUnexpectedException ()
Signature
Meta.Net.NativeWebSocket.WebSocketUnexpectedException.WebSocketUnexpectedException()
WebSocketUnexpectedException ( message )
Signature
Meta.Net.NativeWebSocket.WebSocketUnexpectedException.WebSocketUnexpectedException(string message)
Parameters
message: string
WebSocketUnexpectedException ( message , inner )
Signature
Meta.Net.NativeWebSocket.WebSocketUnexpectedException.WebSocketUnexpectedException(string message, Exception inner)
Parameters
message: string
inner: Exception