Table of Contents

Class PackageToolNotDeclaredException

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Indicates that a package tool is absent from every manifest in scope.

public sealed class PackageToolNotDeclaredException : Exception, ISerializable

Implements

Constructors

PackageToolNotDeclaredException(string, AbsolutePath, string)

Indicates that a package tool is absent from every manifest in scope.

public PackageToolNotDeclaredException(string packageId, AbsolutePath root, string instructions)

Parameters

packageId string
root AbsolutePath
instructions string

Properties

PackageId

The missing package ID.

public string PackageId { get; }

Property Value

string

Root

The DotNetDo root from which manifest discovery began.

public AbsolutePath Root { get; }

Property Value

AbsolutePath