Click or drag to resize

LicenseKeyIsOutOfDateException Class

The exception that is thrown when the key provided to a initialization method is out of date.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsLicenseKeyIsOutOfDateException

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

The LicenseKeyIsOutOfDateException type exposes the following members.

Constructors
 NameDescription
Public methodLicenseKeyIsOutOfDateException Initializes a new instance of the LicenseKeyIsOutOfDateException class.
Top
See Also