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




UnsupportBarcodeTypeException Class
This exception is thrown if an unsupported barcode type is detected.
Object Model
UnsupportBarcodeTypeException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class UnsupportBarcodeTypeException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As UnsupportBarcodeTypeException
Remarks

If the Writer.BarcodeType is set to a BarcodeType that is not write-supported, if may trigger this exception. For more details, see the Writer Class.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.UnsupportBarcodeTypeException

See Also