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




LargeDataSizeException Class
This exception is thrown if the barcode data will not fit in the current symbol's rows and columns.
Object Model
LargeDataSizeException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class LargeDataSizeException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As LargeDataSizeException
Remarks
To avoid this exception, either decrease the amount of data in the barcode or increase the barcodes symbol rows and columns.
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.LargeDataSizeException

See Also