Winnovative PDF Print Documentation

PdfPrintException Constructor (String, Exception)

Winnovative PDF Print
Constructs a PDF printer exception with the given error message and the given inner exception object

Namespace:  Winnovative.PdfPrint
Assembly:  WnvPdfPrint (in WnvPdfPrint.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public PdfPrintException(
	string message,
	Exception innerException
)

Parameters

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

Reference