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




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

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

    See Also