Creating an object with a Id of all zeroes is not allowed. Class of object in create attempt was {0} This field is read-only.


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

Syntax

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

See Also