Click or drag to resize

DomException Class

The exception that is thrown when an element is not present in the DOM.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsDomException

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

The DomException type exposes the following members.

Constructors
 NameDescription
Public methodDomException(PdfControl) Initializes a new instance of the DomException class.
Public methodDomException(PdfField) Initializes a new instance of the DomException class.
Public methodDomException(String) Initializes a new instance of the DomException class.
Top
See Also