Class ToolManifestException
- Namespace
- DotNetDo
- Assembly
- DotNetDo.Core.dll
Indicates that a discovered local tool manifest is malformed.
public sealed class ToolManifestException : Exception, ISerializableImplements
Constructors
ToolManifestException(AbsolutePath, Exception)
Indicates that a discovered local tool manifest is malformed.
public ToolManifestException(AbsolutePath manifestPath, Exception innerException)Parameters
manifestPathAbsolutePathinnerExceptionException
Properties
ManifestPath
The invalid manifest path.
public AbsolutePath ManifestPath { get; }