C# 클래스 BlueCollar.Console.BootstrapsPullupResult

Represents the result of a Bootstraps.Pullup() operation.
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar 1 사용 예제들

공개 메소드들

메소드 설명
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