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




UnableReadBitmapException Class
This exception is thrown if the bitmap is unreadable.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class UnableReadBitmapException 
   Inherits BarcodeException
 
'Usage
 
Dim instance As UnableReadBitmapException
Remarks

If the bitmap passed in by the Reader.Analyze method is unreadable, possibly because of an invalid bitmap handle, it can trigger this exception.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.BarcodeXpressSdk.BarcodeException
         Accusoft.BarcodeXpressSdk.UnableReadBitmapException

See Also