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




In This Topic
    ErrorCorrectionLevelTooHighException Class
    In This Topic
    This exception is thrown if the input barcode data will fit in the 2D barcode but the error correction words will not fit because there are more error words than will fit in the remainder of the symbol.
    Object Model
    ErrorCorrectionLevelTooHighException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class ErrorCorrectionLevelTooHighException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As ErrorCorrectionLevelTooHighException
    [Serializable()]
    public sealed class ErrorCorrectionLevelTooHighException : BarcodeException 
    [Serializable()]
    public __gc __sealed class ErrorCorrectionLevelTooHighException : public BarcodeException 
    [Serializable()]
    public ref class ErrorCorrectionLevelTooHighException sealed : public BarcodeException 
    Remarks
    To solve this issue, either decrease the error level for the specific barcode or increase the symbol size with the rows and columns.
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.ErrorCorrectionLevelTooHighException

    See Also