←Select platform

WiaExceptionCode Enumeration

Summary
Used as a value for WiaException.Code property.

Syntax
C#
C++/CLI
Python
public enum WiaExceptionCode 
public enum class WiaExceptionCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class WiaExceptionCode(Enum): 
   InvalidWiaVersion = -1476 
   UnknownError = -1475 
   NoItemsAvailable = -1474 
   AccessDenied = -1473 
   VideoStreamNotInitialized = -1472 
   InvalidStreamingVideoDevice = -1471 
   NoDeviceSelected = -1470 
   NoDeviceAvailable = -1469 
   NetwrokReservationFailed = -1468 
   Destination = -1467 
   LampOff = -1466 
   CoverOpen = -1465 
   InvalidDriverResponse = -1464 
   ExceptionInDriver = -1463 
   Locked = -1462 
   IncorrectHardwareSetting = -1461 
   InvalidCommand = -1460 
   DeviceCommunication = -1459 
   ItemDeleted = -1458 
   UserIntervention = -1457 
   WarmingUp = -1456 
   Busy = -1455 
   Offline = -1454 
   PaperProblem = -1453 
   PaperEmpty = -1452 
   PaperJam = -1451 
   GeneralError = -1450 
Members
ValueMemberDescription
-1476InvalidWiaVersionInvalid WIA Version.
-1475UnknownErrorUnknown WIA error occurred.
-1474NoItemsAvailableNo child items available.
-1473AccessDeniedAccess denied.
-1472VideoStreamNotInitializedWIA video stream not initialized.
-1471InvalidStreamingVideoDeviceSelected device does not support streaming video.
-1470NoDeviceSelectedThere is no device currently selected.
-1469NoDeviceAvailableThere are no WIA hardware devices that match the given specifications.
-1468NetwrokReservationFailedNo Description available.
-1467DestinationNo Description available.
-1466LampOffNo Description available.
-1465CoverOpenNo Description available.
-1464InvalidDriverResponseThe response from the driver is invalid.
-1463ExceptionInDriverThe device driver threw an exception.
-1462LockedThe scanner head is locked.
-1461IncorrectHardwareSettingThere is an incorrect setting on the WIA device.
-1460InvalidCommandThe device does not support this command.
-1459DeviceCommunicationAn unspecified error occurred during an attempted communication with the WIA device.
-1458ItemDeletedThe WIA device was deleted. It can no longer be accessed.
-1457UserInterventionAn 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.
-1456WarmingUpThe WIA device is warming up.
-1455BusyThe WIA device is busy.
-1454OfflineThe WIA device is not online.
-1453PaperProblemAn unspecified problem occurred with the scanner's document feeder.
-1452PaperEmptyThe user requested a scan and there are no documents left in the document feeder.
-1451PaperJamPaper is jammed in the scanner's document feeder.
-1450GeneralErrorAn unknown error has occurred with the Microsoft Windows Image Acquisition (WIA) device.
Requirements

Target Platforms

See Also

Reference

Leadtools.Wia Namespace

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.