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




In This Topic
    OutOfMemoryException Class
    In This Topic
    Contains information about an unable to allocate memory error.
    Object Model
    OutOfMemoryException Class
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class OutOfMemoryException 
       Inherits SmartZoneOCRException
    'Usage
     
    
    Dim instance As OutOfMemoryException
    [Serializable()]
    public sealed class OutOfMemoryException : SmartZoneOCRException 
    [Serializable()]
    public __gc __sealed class OutOfMemoryException : public SmartZoneOCRException 
    [Serializable()]
    public ref class OutOfMemoryException sealed : public SmartZoneOCRException 
    Inheritance Hierarchy

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

    See Also