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
messagestring
SigningException(string, Exception)
Creates a new instance with the specified message and inner exception.
public SigningException(string message, Exception innerException)