The operation is disallowed by the DMA Specification. This field is read-only.


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

Syntax

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

See Also