The MessageContext encountered by the handler for Content Engine Web Services is not of the correct class. This field is read-only.


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

Syntax

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

See Also