ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRException Class
Members




In This Topic
    ImGearOCRException Class
    In This Topic
    Base class for OCR exceptions that are thrown from ImageGear.
    Object Model
    ImGearOCRException Class
    Syntax
    'Declaration
     
    Public Class ImGearOCRException 
       Inherits ImageGear.Core.ImGearException
    'Usage
     
    Dim instance As ImGearOCRException
    public class ImGearOCRException : ImageGear.Core.ImGearException 
    public __gc class ImGearOCRException : public ImageGear.Core.ImGearException 
    public ref class ImGearOCRException : public ImageGear.Core.ImGearException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          ImageGear.Core.ImGearException
             ImageGear.OCR.ImGearOCRException

    See Also