The operator indicated is not defined in the metadata of the current scope. This field is read-only.


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

Syntax

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

See Also