Click or drag to resize

PdfiumException(UInt32, String) Constructor

Initializes a new instance of the PdfiumException class.

Namespace: Patagames.Pdf.Net.Exceptions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public PdfiumException(
	uint errorCode,
	string message
)

Parameters

errorCode  UInt32
Error code.
message  String
The error message that explains the reason for the exception.
See Also