Click or drag to resize
Pdf Library for .NET

PdfException(String, Exception) Constructor

Constructor.

Namespace: SelectPdf.Extras
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public PdfException(
	string message,
	Exception innerException
)

Parameters

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