C-DEngine 5.105

ErrorEventArgs Class

Represents the event data for the OnError event.

Namespace:  WebSocketSharp
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public class ErrorEventArgs : EventArgs
Public Class ErrorEventArgs _
	Inherits EventArgs
public ref class ErrorEventArgs : public EventArgs

Remarks


A OnError event occurs when the WebSocket gets an error.

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

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

Inheritance Hierarchy


Object
  EventArgs
    WebSocketSharp..::..ErrorEventArgs