SecurePdfException Constructor (String) |
Constructs an exception object
Namespace:
ExpertPdf.PDFSecurity
Assembly:
epsecurepdf (in epsecurepdf.dll) Version: 6.0
Syntax public SecurePdfException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The exception message
See Also