The object cannot be deleted because it is referenced by other objects. This field is read-only.


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

Syntax

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

See Also