Represents the event data for the 
OnError event.
   
 
                
    Namespace: 
   WebSocketSharp
    Assembly:
   C-DEngine (in C-DEngine.dll)
Public Class ErrorEventArgs _
	Inherits EventArgs
public ref class ErrorEventArgs : public EventArgs
     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.