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