LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
WiaExceptionCode Enumeration
See Also  
Leadtools.Wia Namespace : WiaExceptionCode Enumeration



Used as a value for WiaException.Code property.

Syntax

Visual Basic (Declaration) 
Public Enum WiaExceptionCode 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As WiaExceptionCode
C# 
public enum WiaExceptionCode : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class WiaExceptionCode : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AccessDeniedAccess denied.
BusyThe WIA device is busy.
CoverOpenNo Description available.
DestinationNo Description available.
DeviceCommunicationAn unspecified error occurred during an attempted communication with the WIA device.
ExceptionInDriverThe device driver threw an exception.
GeneralErrorAn unknown error has occurred with the Microsoft Windows Image Acquisition (WIA) device.
IncorrectHardwareSettingThere is an incorrect setting on the WIA device.
InvalidCommandThe device does not support this command.
InvalidDriverResponseThe response from the driver is invalid.
InvalidStreamingVideoDeviceSelected device does not support streaming video.
InvalidWiaVersionInvalid WIA Version.
ItemDeletedThe WIA device was deleted. It can no longer be accessed.
LampOffNo Description available.
LockedThe scanner head is locked.
NetwrokReservationFailedNo Description available.
NoDeviceAvailableThere are no WIA hardware devices that match the given specifications.
NoDeviceSelectedThere is no device currently selected.
NoItemsAvailableNo child items available.
OfflineThe WIA device is not online.
PaperEmptyThe user requested a scan and there are no documents left in the document feeder.
PaperJamPaper is jammed in the scanner's document feeder.
PaperProblemAn unspecified problem occurred with the scanner's document feeder.
UnknownErrorUnknown WIA error occurred.
UserInterventionAn unspecified error has occurred with the WIA device that requires user intervention. The user should ensure that the device is turned on, online, and any cables are properly connected.
VideoStreamNotInitializedWIA video stream not initialized.
WarmingUpThe WIA device is warming up.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Wia.WiaExceptionCode

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also