C# Class BlueCollar.Console.BootstrapsPullupResult

Represents the result of a Bootstraps.Pullup() operation.
Show file Open project: ChadBurggraf/blue-collar Class Usage Examples

Public Methods

Method Description
BootstrapsPullupResult ( BootstrapsPullupResultType resultType ) : System

Initializes a new instance of the BootstrapsPullupResult class.

BootstrapsPullupResult ( BootstrapsPullupResultType resultType, Exception ex ) : System

Initializes a new instance of the BootstrapsPullupResult class.

Method Details

BootstrapsPullupResult() public method

Initializes a new instance of the BootstrapsPullupResult class.
public BootstrapsPullupResult ( BootstrapsPullupResultType resultType ) : System
resultType BootstrapsPullupResultType The result type.
return System

BootstrapsPullupResult() public method

Initializes a new instance of the BootstrapsPullupResult class.
public BootstrapsPullupResult ( BootstrapsPullupResultType resultType, Exception ex ) : System
resultType BootstrapsPullupResultType The result type.
ex System.Exception The exception, if applicable.
return System