New content cannot be inserted in the Storage Area because it exceeds the indicated maximum content element size (indicated). This field is read-only.


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

Syntax

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

See Also