Table of Contents

Class ExceptionData

Namespace
NuGet.Packaging.Licenses
Assembly
Chocolatey.NuGet.Packaging.dll
public class ExceptionData
Inheritance
ExceptionData
Inherited Members

Constructors

ExceptionData(string, bool)

public ExceptionData(string licenseID, bool isDeprecatedLicenseId)

Parameters

licenseID string
isDeprecatedLicenseId bool

Properties

IsDeprecatedLicenseId

public bool IsDeprecatedLicenseId { get; }

Property Value

bool

LicenseExceptionID

public string LicenseExceptionID { get; }

Property Value

string