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