Table of Contents

Class PackagingException

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

Constructors

PackagingException(NuGetLogCode, string)

public PackagingException(NuGetLogCode logCode, string message)

Parameters

logCode NuGetLogCode
message string

PackagingException(NuGetLogCode, string, Exception)

public PackagingException(NuGetLogCode logCode, string message, Exception innerException)

Parameters

logCode NuGetLogCode
message string
innerException Exception

PackagingException(string)

public PackagingException(string message)

Parameters

message string

PackagingException(string, Exception)

public PackagingException(string message, Exception innerException)

Parameters

message string
innerException Exception

Methods

AsLogMessage()

public virtual ILogMessage AsLogMessage()

Returns

ILogMessage