Click or drag to resize
Pdf Library for .NET

PdfDocumentException(String, Exception) Constructor

Constructor.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public PdfDocumentException(
	string message,
	Exception innerException
)

Parameters

message  String
The exception message.
innerException  Exception
The inner exception that triggered this exception.
See Also