Barcode Xpress for .NET Core v13.9 - Updated
ErrorCorrectionLevelTooHighException Class
Members 




Accusoft.BarcodeXpressSdk Namespace : 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
[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

Reference

ErrorCorrectionLevelTooHighException Members
Accusoft.BarcodeXpressSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.