Click or drag to resize

ConfigException Class

Inheritance Hierarchy
RuntimeException
  Com.Datalogic.Device.ConfigurationConfigException

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

The ConfigException type exposes the following members.

Constructors
  NameDescription
Public methodConfigException
Initializes a new instance of the ConfigException class
Public methodConfigException(Int32)
Initializes a new instance of the ConfigException class
Public methodConfigException(String)
Initializes a new instance of the ConfigException class
Public methodConfigException(ConfigException)
Initializes a new instance of the ConfigException class
Public methodConfigException(String, Int32)
Initializes a new instance of the ConfigException class
Public methodConfigException(String, Int32, Int32)
Initializes a new instance of the ConfigException class
Top
Properties
  NameDescription
Public propertyBadIdBuffer
The buffer of parameters IDs that caused error, returned by the Configuration Subsystem.
Public propertyBadIdLength
The length of bad_id_buffer returned by the Configuration Subsystem.
Public propertyErrorNumber
The error number returned by the Configuration Subsystem.
Public propertyJniPeerMembers
To be added.
Top
Fields
  NameDescription
Public fieldStatic memberAccessViolationError
The property is read only.
Public fieldStatic memberApplyFailed
The application to the device of the configuration failed.
Public fieldStatic memberBarcodeServiceError
It is a Barcode Service error.
Public fieldStatic memberCommitError
An error occurred while saving the configuration.
Public fieldStatic memberDecoderBusyError
The scan engine is busy, cannot accept commands.
Public fieldStatic memberDuplicateNameError
The specified name is already in use.
Public fieldStatic memberGenericError
Generic error, mostly due to a wrong parameter passed to a SDK method.
Public fieldStatic memberIdError
Parameter identifier is not supported.
Public fieldStatic memberJsonError
The JSON configuration file has an error.
Public fieldStatic memberJsonNotFound
The JSON resource file was not found.
Public fieldStatic memberNotFoundError
The specified object is not found.
Public fieldStatic memberNullPointerError
It is a null pointer error.
Public fieldStatic memberOverlappingRuleError
There is a defined rule with an application context that overlaps with that of the rule.
Public fieldStatic memberProfileAlreadyLoadedError
There is already a manually loaded profile.
Public fieldStatic memberRemoteCallError
When it's not possible to call Datalogic service.
Public fieldStatic memberRevertFailed
The application to the device of the configuration failed.
Public fieldStatic memberSaveProfileError
Error saving the json file.
Public fieldStatic memberServiceNotAvailable
Database not accesible.
Public fieldStatic memberSpecificApplyFailed
The apply on the specific service failed.
Public fieldStatic memberStoreFailed
Store on database failed.
Public fieldStatic memberSuccess
Success constant.
Public fieldStatic memberSupportError
The property is not supported.
Public fieldStatic memberValueError
Parameter value is wrong.
Top
Remarks
ConfigException is used for configuration related errors.

[Android Documentation]

See Also