PdfSecurityException Constructor(String,Exception)
In This Topic
Initializes a new instance of the
PdfSecurityException class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Exception _
)
public PdfSecurityException(
System.string ,
System.Exception
)
Parameters
- message
- exception
See Also