The attempt to get a UserTransaction from the TransactionManager failed. This field is read-only.
Namespace:
FileNet.Api.Exception
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared ReadOnly TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION As ExceptionCode |
C# |
---|
public static readonly ExceptionCode TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION; |
C++ |
---|
public: static const ExceptionCode TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION; |
J# |
---|
public static final ExceptionCode TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION |
JScript |
---|
public static const var TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION : ExceptionCode; |
See Also