Click or drag to resize

NotAvailableException Class

The exception that is thrown when the element (document, page, forms and etc) is not yet available.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsNotAvailableException

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

The NotAvailableException type exposes the following members.

Constructors
 NameDescription
Public methodNotAvailableException Initializes a new instance of the NotAvailableException class with a specified error message.
Top
See Also