SecurePdfException(String) Constructor

Constructs an exception object with the given error message that can be thrown by the PDF Security library

Definition

Namespace: EvoPdf.PdfSecurity
Assembly: EvoPdfSecurity_NetCore (in EvoPdfSecurity_NetCore.dll) Version: 14.0.0
C#
public SecurePdfException(
	string message
)

Parameters

message  String
The exception message

See Also