Table of Contents

Class BundleParseException

Namespace
Sigstore.Exceptions
Assembly
Sigstore.dll

The Sigstore bundle JSON could not be parsed or did not match the protobuf JSON encoding rules.

public sealed class BundleParseException : SigstoreException, ISerializable
Inheritance
BundleParseException
Implements
Inherited Members

Constructors

BundleParseException(string)

Creates a new SigstoreException.

public BundleParseException(string message)

Parameters

message string

Human-readable explanation including which step failed.

BundleParseException(string, Exception)

Creates a new SigstoreException with an inner cause.

public BundleParseException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.