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




ImageNotAvailableException Class
An exception object that this component will throw whenever there is no image available for an operation that requires one.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class ImageNotAvailableException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As ImageNotAvailableException
Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.ImageNotAvailableException

See Also