SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / UnsupportedClassifierException Class
Members




In This Topic
    UnsupportedClassifierException Class
    In This Topic
    Contains information when the component is trying to read a stream produced by an earlier version of SmartZone that has the Classifier type set to "OCR".
    Object Model
    UnsupportedClassifierException Class
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class UnsupportedClassifierException 
       Inherits SmartZoneICRException
    'Usage
     
    
    Dim instance As UnsupportedClassifierException
    [Serializable()]
    public sealed class UnsupportedClassifierException : SmartZoneICRException 
    [Serializable()]
    public __gc __sealed class UnsupportedClassifierException : public SmartZoneICRException 
    [Serializable()]
    public ref class UnsupportedClassifierException sealed : public SmartZoneICRException 
    Inheritance Hierarchy

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

    See Also