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




InvalidLicenseException Class
This exception is thrown if an invalid license is detected.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class InvalidLicenseException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As InvalidLicenseException
Remarks

The following is a list of possible actions that can trigger this exception:

  • Reader.Analyze is called without a proper license. PDF417 and DataMatrix require a 2D license.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.InvalidLicenseException

See Also