C# 클래스 ZocBuild.Database.Errors.DependencyError

Represents an error that occurred while deploying a dependency of a build item.
상속: BuildErrorBase
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
DependencyError ( IEnumerable failureChain ) : System

Creates an instance of a dependency error object.

GetMessage ( ) : string

Returns the message for this error.

비공개 메소드들

메소드 설명
SetDependencyErrorStatus ( IEnumerable referencers, IEnumerable failureChain ) : void

메소드 상세

DependencyError() 공개 메소드

Creates an instance of a dependency error object.
public DependencyError ( IEnumerable failureChain ) : System
failureChain IEnumerable The chain of dependencies, starting with the object that failed.
리턴 System

GetMessage() 공개 메소드

Returns the message for this error.
public GetMessage ( ) : string
리턴 string