Click or drag to resize
Pdf Library for .NET

PdfPrinterException Constructor (String, Exception)

Constructor for PdfPrinterException.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfPrinterException(
	string message,
	Exception innerException
)

Parameters

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