IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Initializes a new instance of the TransactionTimeoutException class with the
specified error message and the transaction that timed out.
Namespace: IBM.WebSphere.CachingAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- message
- Type: System String
Specifies the error message that explains the reason for the exception.
- txIdString
- Type: System String
Specifies the result of the TxID.toString() method for the transaction that timed out.
See Also