Non-retriable exception happened for the content operation and the operation will not be retried. This field is read-only.


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

Syntax

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

See Also