A failure occurred while installing AddOn "{0}" into ObjectStore "{1}". See exception context or error log for details. This field is read-only.


Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly PERSIST_ADDON_INSTALLATION_FAILED As ExceptionCode
C#
public static readonly ExceptionCode PERSIST_ADDON_INSTALLATION_FAILED;
C++
public:
 static const ExceptionCode PERSIST_ADDON_INSTALLATION_FAILED;
J#
public static final ExceptionCode PERSIST_ADDON_INSTALLATION_FAILED
JScript
public static const var PERSIST_ADDON_INSTALLATION_FAILED : ExceptionCode;

See Also