Accusoft.Forms1 - 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
<SerializableAttribute()>
Public NotInheritable Class LargeDataSizeException 
   Inherits BarcodeException
Dim instance As LargeDataSizeException
[Serializable()]
public sealed class LargeDataSizeException : 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