| Visual Basic (Declaration) | |
|---|---|
Public Enum WiaExceptionCode Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WiaExceptionCode | |
| C# | |
|---|---|
public enum WiaExceptionCode : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class WiaExceptionCode : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| AccessDenied | Access denied. |
| Busy | The WIA device is busy. |
| CoverOpen | No Description available. |
| Destination | No Description available. |
| DeviceCommunication | An unspecified error occurred during an attempted communication with the WIA device. |
| ExceptionInDriver | The device driver threw an exception. |
| GeneralError | An unknown error has occurred with the Microsoft Windows Image Acquisition (WIA) device. |
| IncorrectHardwareSetting | There is an incorrect setting on the WIA device. |
| InvalidCommand | The device does not support this command. |
| InvalidDriverResponse | The response from the driver is invalid. |
| InvalidStreamingVideoDevice | Selected device does not support streaming video. |
| InvalidWiaVersion | Invalid WIA Version. |
| ItemDeleted | The WIA device was deleted. It can no longer be accessed. |
| LampOff | No Description available. |
| Locked | The scanner head is locked. |
| NetwrokReservationFailed | No Description available. |
| NoDeviceAvailable | There are no WIA hardware devices that match the given specifications. |
| NoDeviceSelected | There is no device currently selected. |
| NoItemsAvailable | No child items available. |
| Offline | The WIA device is not online. |
| PaperEmpty | The user requested a scan and there are no documents left in the document feeder. |
| PaperJam | Paper is jammed in the scanner's document feeder. |
| PaperProblem | An unspecified problem occurred with the scanner's document feeder. |
| UnknownError | Unknown WIA error occurred. |
| UserIntervention | An 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. |
| VideoStreamNotInitialized | WIA video stream not initialized. |
| WarmingUp | The WIA device is warming up. |
System.Object
System.ValueType
System.Enum
Leadtools.Wia.WiaExceptionCode
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code