Barcode Xpress for .NET Framework v13.9 - Updated
UnableReadBitmapException Class
Members 




Accusoft.BarcodeXpressSdk Namespace : UnableReadBitmapException Class
This exception is thrown if the bitmap is unreadable.
Object Model
UnableReadBitmapException Class
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class UnableReadBitmapException 
   Inherits BarcodeException
'Usage
 
Dim instance As UnableReadBitmapException
[Serializable()]
public sealed class UnableReadBitmapException : BarcodeException 
[Serializable()]
public __gc __sealed class UnableReadBitmapException : public BarcodeException 
[Serializable()]
public ref class UnableReadBitmapException sealed : public BarcodeException 
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

Reference

UnableReadBitmapException Members
Accusoft.BarcodeXpressSdk Namespace

Is this page helpful?
Yes No
Thanks for your feedback.