The operation violates a constraint of the implementation. This field is read-only.


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

Syntax

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

See Also