 | VariableNotFoundException Class |
The exception that is thrown when the variable does not found among Tesseract parameters.
Inheritance Hierarchy
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic class VariableNotFoundException : OcrException
Public Class VariableNotFoundException
Inherits OcrException
public ref class VariableNotFoundException : public OcrException
type VariableNotFoundException =
class
inherit OcrException
end
public class VariableNotFoundException extends OcrException
Patagames.Ocr.Exceptions.VariableNotFoundException = function();
Type.createClass(
'Patagames.Ocr.Exceptions.VariableNotFoundException',
Patagames.Ocr.Exceptions.OcrException);
The VariableNotFoundException type exposes the following members.
Constructors
See Also