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