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, ISerializableImplements
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
packageIdstringrootAbsolutePathinstructionsstring
Properties
PackageId
The missing package ID.
public string PackageId { get; }Property Value
Root
The DotNetDo root from which manifest discovery began.
public AbsolutePath Root { get; }