The indicated API class is not supported. This exception is logged. This field is read-only.


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

Syntax

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

See Also