 | LanguageNotSupportedException Class |
The exception that is thrown when the requested language is not supported by OEM mode.
Inheritance Hierarchy
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic class LanguageNotSupportedException : OcrException
Public Class LanguageNotSupportedException
Inherits OcrException
public ref class LanguageNotSupportedException : public OcrException
type LanguageNotSupportedException =
class
inherit OcrException
end
public class LanguageNotSupportedException extends OcrException
Patagames.Ocr.Exceptions.LanguageNotSupportedException = function();
Type.createClass(
'Patagames.Ocr.Exceptions.LanguageNotSupportedException',
Patagames.Ocr.Exceptions.OcrException);
The LanguageNotSupportedException type exposes the following members.
Constructors
See Also