Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / UnableCreateUPCEException Class
Members




In This Topic
    UnableCreateUPCEException Class
    In This Topic
    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