| PdfParserException Constructor (String) |
Initializes a new instance of the
PdfParserException class with a specified error message.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfParserException(
string message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also