Class SigstoreException
- Namespace
- Sigstore.Exceptions
- Assembly
- Sigstore.dll
Base type for all Sigstore .NET verification failures. Each subtype maps to a specific verification step.
public class SigstoreException : Exception, ISerializable
- Inheritance
-
SigstoreException
- Implements
- Derived
- Inherited Members
Constructors
SigstoreException(string)
Creates a new SigstoreException.
public SigstoreException(string message)
Parameters
messagestringHuman-readable explanation including which step failed.
SigstoreException(string, Exception)
Creates a new SigstoreException with an inner cause.
public SigstoreException(string message, Exception innerException)