Click or drag to resize

InvalidLicenseKeyException Class

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

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

The InvalidLicenseKeyException type exposes the following members.

Constructors
 NameDescription
Public methodInvalidLicenseKeyException Initializes a new instance of the InvalidLicenseKeyException class.
Top
See Also