Barcode Xpress for .NET Core v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / InvalidAreaException Class
Members




In This Topic
    InvalidAreaException Class
    In This Topic
    An exception object that this component will throw whenever an invalid area is used in barcode recognition.
    Syntax
    'Declaration
     
    
    <SerializableAttribute()>
    Public NotInheritable Class InvalidAreaException 
       Inherits BarcodeException
    'Usage
     
    
    Dim instance As InvalidAreaException
    [Serializable()]
    public sealed class InvalidAreaException : BarcodeException 
    [Serializable()]
    public __gc __sealed class InvalidAreaException : public BarcodeException 
    [Serializable()]
    public ref class InvalidAreaException sealed : public BarcodeException 
    Inheritance Hierarchy

    System.Object
       System.Exception
          Accusoft.BarcodeXpressSdk.BarcodeException
             Accusoft.BarcodeXpressSdk.InvalidAreaException

    See Also