The connection to the database failed but has been reestablished. The server will attempt to retry the request. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly DB_CONNECTION_REESTABLISHED As ExceptionCode |
C# |
---|
public static readonly ExceptionCode DB_CONNECTION_REESTABLISHED; |
C++ |
---|
public: static const ExceptionCode DB_CONNECTION_REESTABLISHED; |
JScript |
---|
public static const var DB_CONNECTION_REESTABLISHED : ExceptionCode; |
See Also