The internal session used to communicate with the server is not implemented correctly. This field is read-only.


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

Syntax

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

See Also