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




In This Topic
    RowCountException Class
    In This Topic
    This exception is thrown if the input columns are outside the valid range of the 2D barcode type to be created.
    Object Model
    RowCountException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class RowCountException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As RowCountException
    [Serializable()]
    public sealed class RowCountException : BarcodeException 
    [Serializable()]
    public __gc __sealed class RowCountException : public BarcodeException 
    [Serializable()]
    public ref class RowCountException sealed : public BarcodeException 
    Inheritance Hierarchy

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

    See Also