TransactionException Constructor IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Overload List

  NameDescription
Public methodTransactionException(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.
Public methodTransactionException(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.
Public methodTransactionException(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.
Public methodTransactionException(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.
Public methodTransactionException(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.
Back to Top
See Also