Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / OutOfMemoryException Class
Members




OutOfMemoryException Class
This exception is thrown if the creation of the bitmap to draw the barcode fails.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class OutOfMemoryException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As OutOfMemoryException
Inheritance Hierarchy

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

See Also