Click or drag to resize

UnknownErrorException Class

Represents a fatal runtime error that occurs inside Pdfium SDK.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsUnknownErrorException

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

The UnknownErrorException type exposes the following members.

Constructors
 NameDescription
Public methodUnknownErrorException Initializes a new instance of the UnknownErrorException class.
Public methodUnknownErrorException(String) Initializes a new instance of the UnknownErrorException class.
Top
See Also