Barcode Xpress for .NET Framework v13.9 - Updated
UnableCreateUPCEException Class
Members 




Accusoft.BarcodeXpressSdk Namespace : UnableCreateUPCEException Class
This exception is thrown if the function to expand a UPC-E value to a UPC-A value fails.
Object Model
UnableCreateUPCEException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class UnableCreateUPCEException 
   Inherits BarcodeException
'Usage
 
Dim instance As UnableCreateUPCEException
[Serializable()]
public sealed class UnableCreateUPCEException : BarcodeException 
[Serializable()]
public __gc __sealed class UnableCreateUPCEException : public BarcodeException 
[Serializable()]
public ref class UnableCreateUPCEException sealed : public BarcodeException 
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

Reference

UnableCreateUPCEException Members
Accusoft.BarcodeXpressSdk Namespace

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