C# Class ZocBuild.Database.Errors.DependencyError

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

Méthodes publiques

Méthode Description
DependencyError ( IEnumerable failureChain ) : System

Creates an instance of a dependency error object.

GetMessage ( ) : string

Returns the message for this error.

Private Methods

Méthode Description
SetDependencyErrorStatus ( IEnumerable referencers, IEnumerable failureChain ) : void

Method Details

DependencyError() public méthode

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

GetMessage() public méthode

Returns the message for this error.
public GetMessage ( ) : string
Résultat string