SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / ImageNotAvailableException Class
Members




In This Topic
    ImageNotAvailableException Class
    In This Topic
    Contains information whenever there is no image available for an operation that requires one.
    Object Model
    ImageNotAvailableException Class
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class ImageNotAvailableException 
       Inherits SmartZoneOCRException
    'Usage
     
    
    Dim instance As ImageNotAvailableException
    [Serializable()]
    public sealed class ImageNotAvailableException : SmartZoneOCRException 
    [Serializable()]
    public __gc __sealed class ImageNotAvailableException : public SmartZoneOCRException 
    [Serializable()]
    public ref class ImageNotAvailableException sealed : public SmartZoneOCRException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.SmartZoneOCRSdk.SmartZoneException
             Accusoft.SmartZoneOCRSdk.SmartZoneOCRException
                Accusoft.SmartZoneOCRSdk.ImageNotAvailableException

    See Also