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




In This Topic
    ImageNotAvailableException Class
    In This Topic
    An exception object that this component will throw whenever there is no image available for an operation that requires one.
    Object Model
    ImageNotAvailableException Class
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public NotInheritable Class ImageNotAvailableException 
       Inherits BarcodeException
    'Usage
     
    Dim instance As ImageNotAvailableException
    [Serializable()]
    public sealed class ImageNotAvailableException : BarcodeException 
    [Serializable()]
    public __gc __sealed class ImageNotAvailableException : public BarcodeException 
    [Serializable()]
    public ref class ImageNotAvailableException sealed : public BarcodeException 
    Inheritance Hierarchy

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

    See Also