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




ColumnCountException Class
This exception is thrown if the input columns are outside the valid range for a 2D barcode type to be created.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class ColumnCountException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As ColumnCountException
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.ColumnCountException

See Also