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 TransactionException class with
a specified exception cause and a special indication of whether the transaction was rolled back
as a result of this exception.
Namespace: IBM.WebSphere.CachingAssembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- cause
- Type: System Exception
Specifies the exception that is the cause of the current exception. A null value is permitted and indicates that the cause is nonexistent or unknown.
- rolledBack
- Type: System Boolean
Specifies if the transaction was rolled back. A value of true indicates that the transaction was rolled back.
See Also