Click or drag to resize

DomException(PdfField) Constructor

Initializes a new instance of the DomException class.

Namespace: Patagames.Pdf.Net.Exceptions
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public DomException(
	PdfField field
)

Parameters

field  PdfField
The PdfField on which the exception was thrown.
See Also