A network error occurred when issuing a web service 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_WSI_NETWORK_ERROR As ExceptionCode
C#
public static readonly ExceptionCode TRANSPORT_WSI_NETWORK_ERROR;
C++
public:
 static const ExceptionCode TRANSPORT_WSI_NETWORK_ERROR;
J#
public static final ExceptionCode TRANSPORT_WSI_NETWORK_ERROR
JScript
public static const var TRANSPORT_WSI_NETWORK_ERROR : ExceptionCode;

See Also