TransactionException Constructor (String, Boolean)IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Initializes a new instance of the TransactionException class with the specified error message and a special indication of whether the transaction was rolled back as a result of this exception.

Namespace: IBM.WebSphere.Caching
Assembly: 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.
rolledBack
Type: System Boolean
Specifies if the trasnsaction was rolled back. A value of true indicates that the transaction was rolled back.
See Also