Barcode Xpress for .NET Core v14.0 - Updated January 7, 2025
Accusoft.BarcodeXpressSdk Namespace / ErrorCorrectionLevelTooHighException Class
Members




ErrorCorrectionLevelTooHighException Class
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.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class ErrorCorrectionLevelTooHighException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As ErrorCorrectionLevelTooHighException
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