C# Class LogoFX.Async.AsyncResultContainer

Represents the container for marshalling a Task execution result.
Exibir arquivo Open project: LogoFX/LogoFX

Public Methods

Method Description
AsyncResultContainer ( ) : System

Initializes a new instance of the AsyncResultContainer class.

AsyncResultContainer ( string error, Exception exception ) : System

Initializes a new instance of the AsyncResultContainer class.

Method Details

AsyncResultContainer() public method

Initializes a new instance of the AsyncResultContainer class.
public AsyncResultContainer ( ) : System
return System

AsyncResultContainer() public method

Initializes a new instance of the AsyncResultContainer class.
public AsyncResultContainer ( string error, Exception exception ) : System
error string The error description.
exception System.Exception The exception.
return System