Only one instance of class {0} can be created. The existing instance must be deleted before a new one can be created. This field is read-only.


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

Syntax

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

See Also