C# Class LogoFX.Async.AsyncResponceEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: LogoFX/LogoFX

Méthodes publiques

Méthode Description
AsyncResponceEventArgs ( ) : System
AsyncResponceEventArgs ( string error, Exception exception ) : System

Method Details

AsyncResponceEventArgs() public méthode

public AsyncResponceEventArgs ( ) : System
Résultat System

AsyncResponceEventArgs() public méthode

public AsyncResponceEventArgs ( string error, Exception exception ) : System
error string
exception System.Exception
Résultat System