Click or drag to resize

PdfiumException(UInt32, String, Exception) 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,
	Exception innerException
)

Parameters

errorCode  UInt32
Error code
message  String
The error message that explains the reason for the exception.
innerException  Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also