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

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

    See Also