C# Class WebSocketSharp.ErrorEventArgs

Represents the event data for the WebSocket.OnError event.

That event occurs when the WebSocket gets an error.

If you would like to get the error message, you should access the ErrorEventArgs.Message property.

And if the error is due to an exception, you can get it by accessing the ErrorEventArgs.Exception property.

Inheritance: System.EventArgs
Datei anzeigen Open project: sta/websocket-sharp Class Usage Examples

Private Methods

Method Description
ErrorEventArgs ( string message ) : System
ErrorEventArgs ( string message, Exception exception ) : System