Click or drag to resize

BatteryException Class

Inheritance Hierarchy
RuntimeException
  Com.Datalogic.Device.BatteryBatteryException

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

The BatteryException type exposes the following members.

Constructors
  NameDescription
Public methodBatteryException
Initializes a new instance of the BatteryException class
Public methodBatteryException(Int32)
Initializes a new instance of the BatteryException class
Public methodBatteryException(String)
Initializes a new instance of the BatteryException class
Public methodBatteryException(String, Int32)
Initializes a new instance of the BatteryException class
Top
Properties
  NameDescription
Public propertyErrorNumber
The error number returned by the Installer's system services.
Public propertyJniPeerMembers
To be added.
Top
Fields
  NameDescription
Public fieldStatic memberContextUnknown
This error happens when the registration to receive battery events AddBatteryEventListener(IBatteryEventListener)
Public fieldStatic memberGenericError
Generic error, mostly due to a wrong parameter passed to a SDK method.
Public fieldStatic memberNullPointerError
Null pointer error.
Public fieldStatic memberSuccess
Success constant.
Top
Remarks
This exception is used for installer related errors.

[Android Documentation]

See Also