An error occurred deserializing a Java object from a Content Engine Web Services XML element. 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_DESERIALIZATION_ERROR As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_WSI_DESERIALIZATION_ERROR;
C++
public:
 static const ExceptionCode TRANSPORT_WSI_DESERIALIZATION_ERROR;
J#
public static final ExceptionCode TRANSPORT_WSI_DESERIALIZATION_ERROR
JScript
public static const var TRANSPORT_WSI_DESERIALIZATION_ERROR : ExceptionCode;

See Also