Click or drag to resize

LanguageNotFoundException Class

The exception that is thrown when the requested language does not found in tessdata folder.
Inheritance Hierarchy
SystemObject
  SystemException
    Patagames.Ocr.ExceptionsOcrException
      Patagames.Ocr.ExceptionsLanguageNotFoundException

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

The LanguageNotFoundException type exposes the following members.

Constructors
 NameDescription
Public methodLanguageNotFoundException Initializes a new instance of the LanguageNotFoundException class.
Top
See Also