This exception occurs when the time taken to perform a read operation against the database has been exceeded. In some cases there can be multiple operations performed in which the overall time has exceeded a predefined limit. This exception might indicate that query optimization is required (for example, additional indexes might be required).

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

ToggleSyntax

Visual Basic (Declaration)
Public Shared ReadOnly E_TRANSACTION_TIMEOUT As ExceptionCode
C#
public static readonly ExceptionCode E_TRANSACTION_TIMEOUT
Visual C++
public:
static initonly ExceptionCode^ E_TRANSACTION_TIMEOUT
JavaScript
FileNet.Api.Exception.ExceptionCode.e_TRANSACTION_TIMEOUT

ToggleSee Also