SecurePdfException(String, Exception) Constructor
Constructs an exception object with the given error message and inner exception that can be thrown by the PDF Security library
Namespace: EvoPdf.PdfSecurityAssembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
public SecurePdfException(
string message,
Exception innerException
)
Parameters
- message String
- The exception message
- innerException Exception
- The exception which produced this exception