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




In This Topic
    InvalidLicenseException Class
    In This Topic
    Contains information about an invalid license detected.
    Object Model
    InvalidLicenseException Class
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class InvalidLicenseException 
       Inherits SmartZoneOCRException
    'Usage
     
    
    Dim instance As InvalidLicenseException
    [Serializable()]
    public sealed class InvalidLicenseException : SmartZoneOCRException 
    [Serializable()]
    public __gc __sealed class InvalidLicenseException : public SmartZoneOCRException 
    [Serializable()]
    public ref class InvalidLicenseException sealed : public SmartZoneOCRException 
    Remarks

    The following is possible action that can trigger this exception:

    Inheritance Hierarchy

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

    See Also