Table of Contents

Class PackageNotFoundProtocolException

Namespace
NuGet.Protocol
Assembly
NuGet.Protocol.dll
public class PackageNotFoundProtocolException : InvalidCacheProtocolException, ISerializable
Inheritance
PackageNotFoundProtocolException
Implements
Inherited Members
Extension Methods

Constructors

PackageNotFoundProtocolException(PackageIdentity)

public PackageNotFoundProtocolException(PackageIdentity package)

Parameters

package PackageIdentity

PackageNotFoundProtocolException(PackageIdentity, Exception)

public PackageNotFoundProtocolException(PackageIdentity package, Exception innerException)

Parameters

package PackageIdentity
innerException Exception

Properties

PackageIdentity

public PackageIdentity PackageIdentity { get; }

Property Value

PackageIdentity