Table of Contents

Class ToolManifestException

Namespace
DotNetDo
Assembly
DotNetDo.Core.dll

Indicates that a discovered local tool manifest is malformed.

public sealed class ToolManifestException : Exception, ISerializable

Implements

Constructors

ToolManifestException(AbsolutePath, Exception)

Indicates that a discovered local tool manifest is malformed.

public ToolManifestException(AbsolutePath manifestPath, Exception innerException)

Parameters

manifestPath AbsolutePath
innerException Exception

Properties

ManifestPath

The invalid manifest path.

public AbsolutePath ManifestPath { get; }

Property Value

AbsolutePath