Click or drag to resize

LicenseKeyIsExpiredException Class

The exception that is thrown when the key provided to a initialization method is expired.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsLicenseKeyIsExpiredException

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

The LicenseKeyIsExpiredException type exposes the following members.

Constructors
 NameDescription
Public methodLicenseKeyIsExpiredException Initializes a new instance of the LicenseKeyIsExpiredException class.
Top
See Also