An object attempted to access an internal session used to communicate with the server without the session being specified. 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_SET As ExceptionCode
C#
public static readonly ExceptionCode API_SESSION_NOT_SET;
C++
public:
 static const ExceptionCode API_SESSION_NOT_SET;
J#
public static final ExceptionCode API_SESSION_NOT_SET
JScript
public static const var API_SESSION_NOT_SET : ExceptionCode;

See Also