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




In This Topic
    UnsupportBarcodeTypeException Class
    In This Topic
    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
    [Serializable()]
    public sealed class UnsupportBarcodeTypeException : BarcodeException 
    [Serializable()]
    public __gc __sealed class UnsupportBarcodeTypeException : public BarcodeException 
    [Serializable()]
    public ref class UnsupportBarcodeTypeException sealed : public BarcodeException 
    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