Click or drag to resize

PackageInstallerException Class

This exception is used for installer related errors.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.App.PackageInstallerException

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

The PackageInstallerException type exposes the following members.

Constructors
NameDescription
Public methodPackageInstallerException
Initializes a new instance of the PackageInstallerException class
Top
Properties
NameDescription
Public propertyErrorNumber
To be added.
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Top
Methods
NameDescription
Public methodStringifyCode
To be added.
Top
Fields
NameDescription
Public fieldAlreadyInstalled
To be added.
Public fieldApkNotCurrentApp
To be added.
Public fieldApkNotFound
To be added.
Public fieldEmptyList
To be added.
Public fieldFailure
The commit has been refused with android.
Public fieldFailureAborted
To be added.
Public fieldFailureBlocked
To be added.
Public fieldFailureConflict
To be added.
Public fieldFailureIncompatible
To be added.
Public fieldFailureInvalid
To be added.
Public fieldFailureStorage
To be added.
Public fieldGenericError
To be added.
Public fieldInstallerServiceError
To be added.
Public fieldInvalidPath
To be added.
Public fieldIoError
To be added.
Public fieldNotInstalled
To be added.
Public fieldNullPointerError
To be added.
Public fieldPendingUserAction
To be added.
Public fieldRemoteCallError
To be added.
Public fieldSecurityError
To be added.
Public fieldSessionParamError
To be added.
Public fieldSessionWrongState
To be added.
Public fieldSuccess
Success constant.
Public fieldUnboundService
To be added.
Public fieldUnknownError
To be added.
Public fieldUpgradeVersionError
To be added.
Top
Remarks
This exception is used for installer related errors.

[Android Documentation]

See Also