The server can not create the internal call context. There is generally a chained exception explaining why the problem occurred. This field is read-only.


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

Syntax

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

See Also