C# Класс BlueCollar.Console.BootstrapsPullupResult

Represents the result of a Bootstraps.Pullup() operation.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

BootstrapsPullupResult() публичный Метод

Initializes a new instance of the BootstrapsPullupResult class.
public BootstrapsPullupResult ( BootstrapsPullupResultType resultType ) : System
resultType BootstrapsPullupResultType The result type.
Результат System

BootstrapsPullupResult() публичный Метод

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.
Результат System