websocket-sharp
System.EventArgs
Contains the event data associated with a error event.
The error event occurs when this event sender gets an error.
If you want to get the error message, you should access the property.
Property
System.String
Gets the error message.
A that contains a error message.
To be added.