Table of Contents

Class PackagesConfigWriterException

Namespace
NuGet.Packaging
Assembly
Chocolatey.NuGet.Packaging.dll
public class PackagesConfigWriterException : PackagingException, ISerializable, ILogMessageException
Inheritance
PackagesConfigWriterException
Implements
ILogMessageException
Inherited Members

Constructors

PackagesConfigWriterException(string)

public PackagesConfigWriterException(string message)

Parameters

message string

PackagesConfigWriterException(string, Exception)

public PackagesConfigWriterException(string message, Exception innerException)

Parameters

message string
innerException Exception