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)
Visual Basic (Declaration) |
---|
Public Shared ReadOnly E_TRANSACTION_TIMEOUT As ExceptionCode |
Visual C++ |
---|
public:
static initonly ExceptionCode^ E_TRANSACTION_TIMEOUT |
JavaScript |
---|
FileNet.Api.Exception.ExceptionCode.e_TRANSACTION_TIMEOUT |