C# Class SocketIOClient.ErrorEventArgs

Inheritance: System.EventArgs
Show file Open project: hubiquitus-old/socketio_w8 Class Usage Examples

Public Methods

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

Method Details

ErrorEventArgs() public method

public ErrorEventArgs ( string message ) : System
message string
return System

ErrorEventArgs() public method

public ErrorEventArgs ( string message, Exception exception ) : System
message string
exception System.Exception
return System