Barcode Xpress for .NET Core v13.9 - Updated
UnsupportBarcodeTypeException Class
Members 




Accusoft.BarcodeXpressSdk Namespace : UnsupportBarcodeTypeException Class
This exception is thrown if an unsupported barcode type is detected.
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

Reference

UnsupportBarcodeTypeException Members
Accusoft.BarcodeXpressSdk Namespace

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