This is an internal exception code that is never logged as an error or returned to a client. It is used to notify the request handling logic that an exception is not fatal and the request can be resubmitted to the server. This field is read-only.
Namespace: FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly E_EXCEPTION_RETRY As ExceptionCode |
C# |
---|
public static readonly ExceptionCode E_EXCEPTION_RETRY; |
C++ |
---|
public: static const ExceptionCode E_EXCEPTION_RETRY; |
J# |
---|
public static final ExceptionCode E_EXCEPTION_RETRY |
JScript |
---|
public static const var E_EXCEPTION_RETRY : ExceptionCode; |