The database type specified is not supported. This field is read-only.


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

Syntax

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

See Also