 | LicenseAppOutOfDateException Class |
The exception that is thrown when the key provided to an initialization method is newer than the SDK used.
Inheritance Hierarchy Namespace: Patagames.Pdf.Net.ExceptionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic class LicenseAppOutOfDateException : PdfiumException
Public Class LicenseAppOutOfDateException
Inherits PdfiumException
public ref class LicenseAppOutOfDateException : public PdfiumException
type LicenseAppOutOfDateException =
class
inherit PdfiumException
endpublic class LicenseAppOutOfDateException extends PdfiumException
Patagames.Pdf.Net.Exceptions.LicenseAppOutOfDateException = function();
Type.createClass(
'Patagames.Pdf.Net.Exceptions.LicenseAppOutOfDateException',
Patagames.Pdf.Net.Exceptions.PdfiumException);
The LicenseAppOutOfDateException type exposes the following members.
Constructors
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