C# Class ZocBuild.Database.Errors.DependencyError

Represents an error that occurred while deploying a dependency of a build item.
Inheritance: BuildErrorBase
Show file Open project: Zocdoc/ZocBuild.Database

Public Methods

Method Description
DependencyError ( IEnumerable failureChain ) : System

Creates an instance of a dependency error object.

GetMessage ( ) : string

Returns the message for this error.

Private Methods

Method Description
SetDependencyErrorStatus ( IEnumerable referencers, IEnumerable failureChain ) : void

Method Details

DependencyError() public method

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.
return System

GetMessage() public method

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