DeviceException Class |
Namespace: Com.Datalogic.Device
The DeviceException type exposes the following members.
| Name | Description | |
|---|---|---|
| DeviceException | Initializes a new instance of the DeviceException class | |
| DeviceException(Int32) | Initializes a new instance of the DeviceException class | |
| DeviceException(String) | Initializes a new instance of the DeviceException class | |
| DeviceException(String, Int32) | Initializes a new instance of the DeviceException class |
| Name | Description | |
|---|---|---|
| ErrorNumber | The error number returned by the Device's system services. | |
| JniPeerMembers | To be added. |
| Name | Description | |
|---|---|---|
| DeviceServiceError | It is a Device Service error. | |
| GenericError | Generic error, mostly due to a wrong parameter passed to a SDK method. | |
| InputServiceError | It is an Input Service error. | |
| LocationServiceError | It is an Location Service error. | |
| NotificationServiceError | It is an Notification Service error. | |
| NullPointerError | It is a null pointer error. | |
| PowerServiceError | It is an Power Service error. | |
| RemoteCallError | When it's not possible to call Datalogic service. | |
| Success | Success constant. | |
| WakeupSourceError | It is a Wakeup Source error. |