C# Class LogoFX.Async.AsyncResponceEventArgs

Inheritance: System.EventArgs
Show file Open project: LogoFX/LogoFX

Public Methods

Method Description
AsyncResponceEventArgs ( ) : System
AsyncResponceEventArgs ( string error, Exception exception ) : System

Method Details

AsyncResponceEventArgs() public method

public AsyncResponceEventArgs ( ) : System
return System

AsyncResponceEventArgs() public method

public AsyncResponceEventArgs ( string error, Exception exception ) : System
error string
exception System.Exception
return System