Click or drag to resize

DecodeException Class

Inheritance Hierarchy
RuntimeException
  Com.Datalogic.DecodeDecodeException

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

The DecodeException type exposes the following members.

Constructors
  NameDescription
Public methodDecodeException
Initializes a new instance of the DecodeException class
Public methodDecodeException(Int32)
Initializes a new instance of the DecodeException class
Public methodDecodeException(String)
Initializes a new instance of the DecodeException class
Public methodDecodeException(DecodeException)
Initializes a new instance of the DecodeException class
Public methodDecodeException(String, Int32)
Initializes a new instance of the DecodeException class
Top
Properties
  NameDescription
Public propertyErrorNumber
The error number returned by the Decoding Subsystem.
Public propertyJniPeerMembers
To be added.
Top
Fields
  NameDescription
Public fieldStatic memberBarcodeServiceError
It is a Barcode Service error.
Public fieldStatic memberDecoderBusyError
The scan engine is busy, cannot accept commands.
Public fieldStatic memberDecoderCannotStart
A scan session cannot be started because a condition is not met.
Public fieldStatic memberDecoderNotAvailableError
The scan engine is not initialized or not connected.
Public fieldStatic memberGenericError
Generic error, mostly due to a wrong parameter passed to a SDK method.
Public fieldStatic memberListenerError
The Scanner Service cannot register or unregister the required listener.
Public fieldStatic memberNullPointerError
It is a null pointer error.
Public fieldStatic memberRemoteCallError
When it's not possible to call Datalogic service.
Public fieldStatic memberSuccess
Success constant.
Top
Remarks
DecodeException is used for decoder related errors.

[Android Documentation]

See Also