EGDL2 2.1
Loading...
Searching...
No Matches
WebSocketSharp.ErrorEventArgs Class Reference

Contains the event data associated with a WebSocket.OnError event. More...

Inherits EventArgs.

Properties

string Message [get]
 Gets the error message.
 

Detailed Description

Contains the event data associated with a WebSocket.OnError event.

A WebSocket.OnError event occurs when the WebSocket gets an error. If you would like to get the error message, you should access the Message property.

Property Documentation

◆ Message

string WebSocketSharp.ErrorEventArgs.Message
get

Gets the error message.

A string that represents the error message.


The documentation for this class was generated from the following file: