Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / OutOfMemoryException Class
Members




In This Topic
    OutOfMemoryException Class
    In This Topic
    This exception is thrown if the creation of the bitmap to draw the barcode fails.
    Object Model
    OutOfMemoryException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class OutOfMemoryException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As OutOfMemoryException
    [Serializable()]
    public sealed class OutOfMemoryException : BarcodeException 
    [Serializable()]
    public __gc __sealed class OutOfMemoryException : public BarcodeException 
    [Serializable()]
    public ref class OutOfMemoryException sealed : public BarcodeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.OutOfMemoryException

    See Also