 | LicenseKeyIsOutOfDateException Class |
The exception that is thrown when the key provided to a initialization method is out of date.
Inheritance Hierarchy
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic class LicenseKeyIsOutOfDateException : OcrException
Public Class LicenseKeyIsOutOfDateException
Inherits OcrException
public ref class LicenseKeyIsOutOfDateException : public OcrException
type LicenseKeyIsOutOfDateException =
class
inherit OcrException
end
public class LicenseKeyIsOutOfDateException extends OcrException
Patagames.Ocr.Exceptions.LicenseKeyIsOutOfDateException = function();
Type.createClass(
'Patagames.Ocr.Exceptions.LicenseKeyIsOutOfDateException',
Patagames.Ocr.Exceptions.OcrException);
The LicenseKeyIsOutOfDateException type exposes the following members.
Constructors
See Also