Click or drag to resize

DeviceException Class

Inheritance Hierarchy
RuntimeException
  Com.Datalogic.DeviceDeviceException

Namespace:  Com.Datalogic.Device
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class DeviceException : RuntimeException

The DeviceException type exposes the following members.

Constructors
  NameDescription
Public methodDeviceException
Initializes a new instance of the DeviceException class
Public methodDeviceException(Int32)
Initializes a new instance of the DeviceException class
Public methodDeviceException(String)
Initializes a new instance of the DeviceException class
Public methodDeviceException(String, Int32)
Initializes a new instance of the DeviceException class
Top
Properties
  NameDescription
Public propertyErrorNumber
The error number returned by the Device's system services.
Public propertyJniPeerMembers
To be added.
Top
Fields
  NameDescription
Public fieldStatic memberDeviceServiceError
It is a Device Service error.
Public fieldStatic memberGenericError
Generic error, mostly due to a wrong parameter passed to a SDK method.
Public fieldStatic memberInputServiceError
It is an Input Service error.
Public fieldStatic memberLocationServiceError
It is an Location Service error.
Public fieldStatic memberNotificationServiceError
It is an Notification Service error.
Public fieldStatic memberNullPointerError
It is a null pointer error.
Public fieldStatic memberPowerServiceError
It is an Power Service error.
Public fieldStatic memberRemoteCallError
When it's not possible to call Datalogic service.
Public fieldStatic memberSuccess
Success constant.
Public fieldStatic memberWakeupSourceError
It is a Wakeup Source error.
Top
Remarks
This exception is used for device related errors.

[Android Documentation]

See Also