The database version could not be identified. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly PERSIST_CANNOT_GET_DATABASE_VERSION As ExceptionCode |
C# |
---|
public static readonly ExceptionCode PERSIST_CANNOT_GET_DATABASE_VERSION; |
C++ |
---|
public: static const ExceptionCode PERSIST_CANNOT_GET_DATABASE_VERSION; |
J# |
---|
public static final ExceptionCode PERSIST_CANNOT_GET_DATABASE_VERSION |
JScript |
---|
public static const var PERSIST_CANNOT_GET_DATABASE_VERSION : ExceptionCode; |
See Also