SecurePdfException(String, Exception) Constructor |
Constructs an exception object
Namespace: ExpertPdf.PDFSecurityAssembly: epsecurepdf (in epsecurepdf.dll) Version: 9.0
Syntaxpublic SecurePdfException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message String
- The exception message
- innerException Exception
- The exception which produced this exception
See Also