Click or drag to resize

VariableNotFoundException Class

The exception that is thrown when the variable does not found among Tesseract parameters.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Ocr.ExceptionsOcrException
      Patagames.Ocr.ExceptionsVariableNotFoundException

Namespace: Patagames.Ocr.Exceptions
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public class VariableNotFoundException : OcrException

The VariableNotFoundException type exposes the following members.

Constructors
 NameDescription
Public methodVariableNotFoundException Initializes a new instance of the VariableNotFoundException class.
Top
See Also