Barcode Xpress for .NET Framework v14.0 - Updated
Accusoft.BarcodeXpressSdk Namespace / UnableReadBitmapException Class
Members




In This Topic
    UnableReadBitmapException Class
    In This Topic
    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