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




In This Topic
    LargeDataSizeException Class
    In This Topic
    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