IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Back to Top
Overload List
Name | Description | |
---|---|---|
![]() | TransactionException(Exception, Boolean) |
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.
|
![]() | TransactionException(String, Boolean) |
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.
|
![]() | TransactionException(TransactionException, Boolean) |
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.
|
![]() | TransactionException(String, TransactionException, Boolean) |
Initializes a new instance of the TransactionException class with the
specified error message, the cause, and a special indication of whether the transaction was rolled back
as a result of this exception.
|
![]() | TransactionException(String, Exception, Boolean) |
Initializes a new instance of the TransactionException class with the
specified error message, the cause, and a special indication of whether the transaction was rolled back
as a result of this exception.
|
See Also