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




In This Topic
    InvalidIndexException Class
    In This Topic
    This exception is thrown if a request for results is outside the valid range.
    Object Model
    InvalidIndexException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class InvalidIndexException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As InvalidIndexException
    [Serializable()]
    public sealed class InvalidIndexException : BarcodeException 
    [Serializable()]
    public __gc __sealed class InvalidIndexException : public BarcodeException 
    [Serializable()]
    public ref class InvalidIndexException sealed : public BarcodeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.InvalidIndexException

    See Also