SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk 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 SmartZoneICRException
    'Usage
     
    
    Dim instance As ImageNotAvailableException
    [Serializable()]
    public sealed class ImageNotAvailableException : SmartZoneICRException 
    [Serializable()]
    public __gc __sealed class ImageNotAvailableException : public SmartZoneICRException 
    [Serializable()]
    public ref class ImageNotAvailableException sealed : public SmartZoneICRException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.SmartZoneICRSdk.SmartZoneException
             Accusoft.SmartZoneICRSdk.SmartZoneICRException
                Accusoft.SmartZoneICRSdk.ImageNotAvailableException

    See Also