An I/O exception occurred while parsing the indicated custom object. The operation is being retried. This field is read-only.


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

Syntax

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

See Also