Click or drag to resize

SecurePdfException(String, Exception) Constructor

Constructs an exception object

Namespace: ExpertPdf.PDFSecurity
Assembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntax
public SecurePdfException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message
innerException  Exception
The exception which produced this exception
See Also