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




InvalidBarcodeValueException Class
This exception is thrown if the WriterBase.BarcodeValue is NULL, or if the barcode value set is invalid for the current barcode type.
Object Model
InvalidBarcodeValueException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidBarcodeValueException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As InvalidBarcodeValueException
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.InvalidBarcodeValueException

See Also