The server returned a correlation ID and there is no corresponding request. This field is read-only.


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

Syntax

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

See Also