Barcode Xpress for .NET Core v13.9 - Updated
LargeDataSizeException Class
Members 




Accusoft.BarcodeXpressSdk Namespace : LargeDataSizeException Class
This exception is thrown if the barcode data will not fit in the current symbol's rows and columns.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class LargeDataSizeException 
   Inherits BarcodeException
'Usage
 
Dim instance As LargeDataSizeException
[Serializable()]
public sealed class LargeDataSizeException : BarcodeException 
[Serializable()]
public __gc __sealed class LargeDataSizeException : public BarcodeException 
[Serializable()]
public ref class LargeDataSizeException sealed : public BarcodeException 
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

Reference

LargeDataSizeException Members
Accusoft.BarcodeXpressSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.