C# Class BlueCollar.Console.BootstrapsPullupResult

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

Méthodes publiques

Méthode 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 méthode

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

BootstrapsPullupResult() public méthode

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.
Résultat System