An error occurred while parsing the XML in the indicated custom object. This field is read-only.


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

Syntax

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

See Also