Class InclusionProofException
- Namespace
- Sigstore.Exceptions
- Assembly
- Sigstore.dll
The Merkle inclusion proof did not connect the leaf hash to the advertised tree head.
public sealed class InclusionProofException : SigstoreException, ISerializable
- Inheritance
-
InclusionProofException
- Implements
- Inherited Members
Constructors
InclusionProofException(string)
Creates a new SigstoreException.
public InclusionProofException(string message)
Parameters
messagestringHuman-readable explanation including which step failed.
InclusionProofException(string, Exception)
Creates a new SigstoreException with an inner cause.
public InclusionProofException(string message, Exception innerException)