|
PdfFormManagerException Constructor (String) |
Constructor.
Namespace:
SelectPdf.Forms
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public PdfFormManagerException(
string message
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The exception message.
See Also