Barcode Xpress for .NET v13 - 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.
Object Model
LargeDataSizeException Class
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