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