The current thread already has a call context associated with it. 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 TRANSPORT_CALL_CONTEXT_ALREADY_SETUP As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_CALL_CONTEXT_ALREADY_SETUP;
C++
public:
 static const ExceptionCode TRANSPORT_CALL_CONTEXT_ALREADY_SETUP;
J#
public static final ExceptionCode TRANSPORT_CALL_CONTEXT_ALREADY_SETUP
JScript
public static const var TRANSPORT_CALL_CONTEXT_ALREADY_SETUP : ExceptionCode;

See Also