Table of Contents

Class TimestampException

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

Exceptions that are generated while creating a package timestamp.

public class TimestampException : SignatureException, ISerializable, ILogMessageException
Inheritance
TimestampException
Implements
ILogMessageException
Inherited Members

Constructors

TimestampException()

public TimestampException()

TimestampException(NuGetLogCode, string)

public TimestampException(NuGetLogCode code, string message)

Parameters

code NuGetLogCode
message string

TimestampException(NuGetLogCode, string, Exception)

public TimestampException(NuGetLogCode code, string message, Exception innerException)

Parameters

code NuGetLogCode
message string
innerException Exception

TimestampException(string)

public TimestampException(string message)

Parameters

message string