ConfigException Class |
Namespace: Com.Datalogic.Device.Configuration
The ConfigException type exposes the following members.
Name | Description | |
---|---|---|
ConfigException | Initializes a new instance of the ConfigException class | |
ConfigException(Int32) | Initializes a new instance of the ConfigException class | |
ConfigException(String) | Initializes a new instance of the ConfigException class | |
ConfigException(ConfigException) | Initializes a new instance of the ConfigException class | |
ConfigException(String, Int32) | Initializes a new instance of the ConfigException class | |
ConfigException(String, Int32, Int32) | Initializes a new instance of the ConfigException class |
Name | Description | |
---|---|---|
BadIdBuffer | The buffer of parameters IDs that caused error, returned by the
Configuration Subsystem. | |
BadIdLength | The length of bad_id_buffer returned by the Configuration Subsystem. | |
ErrorNumber | The error number returned by the Configuration Subsystem. | |
JniPeerMembers | To be added. |
Name | Description | |
---|---|---|
AccessViolationError | The property is read only. | |
ApplyFailed | The application to the device of the configuration failed. | |
BarcodeServiceError | It is a Barcode Service error. | |
CommitError | An error occurred while saving the configuration. | |
DecoderBusyError | The scan engine is busy, cannot accept commands. | |
DuplicateNameError | The specified name is already in use. | |
GenericError | Generic error, mostly due to a wrong parameter passed to a SDK method. | |
IdError | Parameter identifier is not supported. | |
JsonError | The JSON configuration file has an error. | |
JsonNotFound | The JSON resource file was not found. | |
NotFoundError | The specified object is not found. | |
NullPointerError | It is a null pointer error. | |
OverlappingRuleError | There is a defined rule with an application context that overlaps with that of the rule. | |
ProfileAlreadyLoadedError | There is already a manually loaded profile. | |
RemoteCallError | When it's not possible to call Datalogic service. | |
RevertFailed | The application to the device of the configuration failed. | |
SaveProfileError | Error saving the json file. | |
ServiceNotAvailable | Database not accesible. | |
SpecificApplyFailed | The apply on the specific service failed. | |
StoreFailed | Store on database failed. | |
Success | Success constant. | |
SupportError | The property is not supported. | |
ValueError | Parameter value is wrong. |