Class TimestampException
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
NuGetLogCodemessage
string
TimestampException(NuGetLogCode, string, Exception)
public TimestampException(NuGetLogCode code, string message, Exception innerException)
Parameters
TimestampException(string)
public TimestampException(string message)
Parameters
message
string