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




UnableCreateUPCEException Class
This exception is thrown if the function to expand a UPC-E value to a UPC-A value fails.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class UnableCreateUPCEException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As UnableCreateUPCEException
Remarks
Note: This error signifies an internal failure, and cannot be triggered intentionally by the user. It will most likely never occur, but exists only because this is a special-case funtion necessary to create the UPC-E symbol. This error can only be returned when creating a UPC-E barcode symbol.
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.UnableCreateUPCEException

See Also