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

Namespace: PdfEdit
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfEditException(
	string message,
	Exception innerException
)

Parameters

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

Reference