EGDL2 2.1
|
Contains the event data associated with a WebSocket.OnError event. More...
Inherits EventArgs.
Properties | |
string | Message [get] |
Gets the error message. | |
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.
|
get |
Gets the error message.
A string that represents the error message.