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




InvalidErrorCorrectionLevelException Class
This exception is thrown if the error correction level is not in the valid range for the 2D barcode type.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidErrorCorrectionLevelException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As InvalidErrorCorrectionLevelException
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.InvalidErrorCorrectionLevelException

See Also