Class TransactionRollbackException
Exception thrown whenever Ignite transactions has been automatically rolled back.
Namespace: Apache.Ignite.Core.Transactions
Assembly: Apache.Ignite.Core.dll
Syntax
public class TransactionRollbackException : IgniteExceptionConstructors
TransactionRollbackException()
Initializes a new instance of the TransactionRollbackException class.
Declaration
public TransactionRollbackException()TransactionRollbackException(SerializationInfo, StreamingContext)
Initializes a new instance of the TransactionRollbackException class.
Declaration
protected TransactionRollbackException(SerializationInfo info, StreamingContext ctx)Parameters
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | Serialization information. | 
| StreamingContext | ctx | Streaming context. | 
TransactionRollbackException(String)
Initializes a new instance of the TransactionRollbackException class.
Declaration
public TransactionRollbackException(string message)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message that describes the error. | 
TransactionRollbackException(String, Exception)
Initializes a new instance of the TransactionRollbackException class.
Declaration
public TransactionRollbackException(string message, Exception cause)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | message | The message. | 
| Exception | cause | The cause. |