Click or drag to resize

PackageInstallerException Class

Inheritance Hierarchy
RuntimeException
  Com.Datalogic.Device.AppPackageInstallerException

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
Public methodPackageInstallerException(Int32)
Initializes a new instance of the PackageInstallerException class
Public methodPackageInstallerException(String)
Initializes a new instance of the PackageInstallerException class
Public methodPackageInstallerException(String, Int32)
Initializes a new instance of the PackageInstallerException class
Top
Properties
  NameDescription
Public propertyErrorNumber
The error number returned by the Installer's system services.
Public propertyJniPeerMembers
To be added.
Top
Methods
Fields
  NameDescription
Public fieldStatic memberAlreadyInstalled
The application is already installed.
Public fieldStatic memberApkNotCurrentApp
Apk is not the appropriate to upgrade the current application.
Public fieldStatic memberApkNotFound
App not found.
Public fieldStatic memberEmptyList
The passed list is empty.
Public fieldStatic memberFailure
The commit has been refused with android.content.pm.
Public fieldStatic memberFailureAborted
The commit has been refused with android.content.pm.
Public fieldStatic memberFailureBlocked
The commit has been refused with android.content.pm.
Public fieldStatic memberFailureConflict
The commit has been refused with android.content.pm.
Public fieldStatic memberFailureIncompatible
The commit has been refused with android.content.pm.
Public fieldStatic memberFailureInvalid
The commit has been refused with android.content.pm.
Public fieldStatic memberFailureStorage
The commit has been refused with android.content.pm.
Public fieldStatic memberGenericError
Generic error, mostly due to a wrong parameter passed to a SDK method.
Public fieldStatic memberInstallerServiceError
Installer Service error.
Public fieldStatic memberInvalidPath
The apk file doesn't exist.
Public fieldStatic memberIoError
IO exception.
Public fieldStatic memberNotInstalled
The application is not installed.
Public fieldStatic memberNullPointerError
Null pointer error.
Public fieldStatic memberPendingUserAction
The commit has been refused with android.content.pm.
Public fieldStatic memberRemoteCallError
It's not possible to call the remote service.
Public fieldStatic memberSecurityError
Security exception.
Public fieldStatic memberSessionParamError
IllegalArgumentException exception.
Public fieldStatic memberSessionWrongState
Wrong sequence of call on a PackageInstallerSession.
Public fieldStatic memberSuccess
Success constant.
Public fieldStatic memberUnboundService
Remote service not bound.
Public fieldStatic memberUnknownError
The commit has been refused with android.content.pm.
Public fieldStatic memberUpgradeVersionError
The installed version is higher than that of the .apk intended for the upgrade.
Top
Remarks
This exception is used for installer related errors.

[Android Documentation]

See Also