Click or drag to resize

LicenseAppOutOfDateException Class

The exception that is thrown when the key provided to an initialization method is newer than the SDK used.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsLicenseAppOutOfDateException

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

The LicenseAppOutOfDateException type exposes the following members.

Constructors
 NameDescription
Public methodLicenseAppOutOfDateException Initializes a new instance of the LicenseAppOutOfDateException class.
Top
Remarks
To ensure the best performance and access to all recent stability fixes, temporary evaluation keys require the latest version of the SDK. To continue your evaluation, please update the Pdfium.Net SDK package to the latest version via NuGet Package Manager in your project.
See Also