Class ValidationException
- Namespace
- SimpleSign.Core.Validation
- Assembly
- SimpleSign.Core.dll
Thrown when the PDF validation engine encounters a structural or cryptographic error that prevents validation from completing.
public class ValidationException : SimpleSignException, ISerializable
- Inheritance
-
ValidationException
- Implements
- Derived
- Inherited Members
Constructors
ValidationException(string)
Creates a new instance with the specified message.
public ValidationException(string message)
Parameters
messagestring
ValidationException(string, Exception)
Creates a new instance with the specified message and inner exception.
public ValidationException(string message, Exception innerException)