An element or attribute value was expected and required for deserialization. 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_VALUE_EXPECTED As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_WSI_VALUE_EXPECTED;
C++
public:
 static const ExceptionCode TRANSPORT_WSI_VALUE_EXPECTED;
J#
public static final ExceptionCode TRANSPORT_WSI_VALUE_EXPECTED
JScript
public static const var TRANSPORT_WSI_VALUE_EXPECTED : ExceptionCode;

See Also