Accusoft.Forms1 - Updated
UnableReadBitmapException Class
Members 



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