Click or drag to resize

ErrorManager Class

Inheritance Hierarchy
Object
  Com.Datalogic.DeviceErrorManager

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 ErrorManager : Object

The ErrorManager type exposes the following members.

Constructors
  NameDescription
Public methodErrorManager
Initializes a new instance of the ErrorManager class
Top
Properties
  NameDescription
Public propertyStatic memberErrors
Provides a IList containing all the errors occurred, since the last ClearErrors invocation.
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberLastError
Provides more informations regarding the last error occurred.
Top
Methods
  NameDescription
Public methodStatic memberAreExceptionsEnabled
Tells if the error signaling mechanism, base on exceptions, is enabled.
Public methodStatic memberClearErrors
Clear and empty the internal buffer that is in charge to collect all the occurred errors.
Public methodStatic memberEnableExceptions
Enables the exception notification system.
Top
Remarks
This class provides access to error configuration related methods of the device. Through this class, Datalogic exceptions can be enabled; otherwise the standard error notification mechanism will be used, relying on simple integer return values. Only the specific exceptions, defined by this SDK, can be controlled can be controlled by this class, standard Java Exceptions are not subject to the configuration specified by the ErrorManager.

[Android Documentation]

See Also