The method that was called is not implemented. This field is read-only.


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

Syntax

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

See Also