Table of Contents

Class SigningException

Namespace
SimpleSign.Core.Signing
Assembly
SimpleSign.Core.dll

Thrown when the PDF signing operation fails due to certificate, timestamp, LTV, or CMS construction issues.

public class SigningException : SimpleSignException, ISerializable
Inheritance
SigningException
Implements
Derived
Inherited Members

Constructors

SigningException(string)

Creates a new instance with the specified message.

public SigningException(string message)

Parameters

message string

SigningException(string, Exception)

Creates a new instance with the specified message and inner exception.

public SigningException(string message, Exception innerException)

Parameters

message string
innerException Exception