Table of Contents

Class NuGetLicenseExpressionParsingException

Namespace
NuGet.Packaging.Licenses
Assembly
Chocolatey.NuGet.Packaging.dll
public class NuGetLicenseExpressionParsingException : Exception, ISerializable
Inheritance
NuGetLicenseExpressionParsingException
Implements
Inherited Members

Constructors

NuGetLicenseExpressionParsingException(SerializationInfo, StreamingContext)

protected NuGetLicenseExpressionParsingException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

NuGetLicenseExpressionParsingException(string)

public NuGetLicenseExpressionParsingException(string message)

Parameters

message string

NuGetLicenseExpressionParsingException(string, Exception)

public NuGetLicenseExpressionParsingException(string message, Exception innerException)

Parameters

message string
innerException Exception