PdfReaderException Constructor (String, Exception)Terminal Works - PDF Printing.Net Library
Initializes a new instance of the PdfReaderException class.

Namespace: PdfEdit.Pdf.IO
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public PdfReaderException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
The message.
innerException
Type: SystemException
The inner exception.
See Also

Reference