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




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

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.RowCountException

See Also