Table of Contents

Class SigningException

Namespace
Sigstore.Exceptions
Assembly
Sigstore.dll

Signing orchestration failure not covered by a more specific exception type.

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

Constructors

SigningException(string)

Creates a new SigstoreException.

public SigningException(string message)

Parameters

message string

Human-readable explanation including which step failed.

SigningException(string, Exception)

Creates a new SigstoreException with an inner cause.

public SigningException(string message, Exception innerException)

Parameters

message string

Human-readable explanation including which step failed.

innerException Exception

Underlying exception.