C# Class SocketIOClient.ErrorEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: hubiquitus-old/socketio_w8 Class Usage Examples

Méthodes publiques

Méthode Description
ErrorEventArgs ( string message ) : System
ErrorEventArgs ( string message, Exception exception ) : System

Method Details

ErrorEventArgs() public méthode

public ErrorEventArgs ( string message ) : System
message string
Résultat System

ErrorEventArgs() public méthode

public ErrorEventArgs ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System