Table of Contents

Class MinClientVersionException

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll

Custom exception type for a package that has a higher minClientVersion than the current client.

public class MinClientVersionException : PackagingException, ISerializable, ILogMessageException
Inheritance
MinClientVersionException
Implements
ILogMessageException
Inherited Members

Constructors

MinClientVersionException(string)

public MinClientVersionException(string message)

Parameters

message string

Methods

AsLogMessage()

public override ILogMessage AsLogMessage()

Returns

ILogMessage