 | CantRecognizeException Class |
The exception that is thrown when the image cannot be recognized for some reason.
Inheritance Hierarchy
Namespace:
Patagames.Ocr.Exceptions
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntaxpublic class CantRecognizeException : OcrException
Public Class CantRecognizeException
Inherits OcrException
public ref class CantRecognizeException : public OcrException
type CantRecognizeException =
class
inherit OcrException
end
public class CantRecognizeException extends OcrException
Patagames.Ocr.Exceptions.CantRecognizeException = function();
Type.createClass(
'Patagames.Ocr.Exceptions.CantRecognizeException',
Patagames.Ocr.Exceptions.OcrException);
The CantRecognizeException type exposes the following members.
Constructors
See Also