Click or drag to resize

SecurePdfException Constructor (String, Exception)

Constructs an exception object

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

Parameters

message
Type: SystemString
The exception message
innerException
Type: SystemException
The exception which produced this exception
See Also