Click or drag to resize

NoLicenseException Class

The exception that is thrown only in trial mode
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Pdf.Net.ExceptionsPdfiumException
      Patagames.Pdf.Net.ExceptionsNoLicenseException

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

The NoLicenseException type exposes the following members.

Constructors
 NameDescription
Public methodNoLicenseException(String) Initializes a new instance of the NoLicenseException class.
Public methodNoLicenseException(UInt32) Initializes a new instance of the NoLicenseException class.
Public methodNoLicenseException(UInt32, String) Initializes a new instance of the NoLicenseException class.
Top
See Also