The call to {0} is not permitted because a conflicting client context has already been established. The developer tried to mix proceess, thread and/or dynamic client contexts.

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly API_CONFLICTING_CLIENT_CONTEXT As ExceptionCode
C#
public static readonly ExceptionCode API_CONFLICTING_CLIENT_CONTEXT
Visual C++
public:
static initonly ExceptionCode^ API_CONFLICTING_CLIENT_CONTEXT
JavaScript
FileNet.Api.Exception.ExceptionCode.apI_CONFLICTING_CLIENT_CONTEXT

ToggleSee Also