![]() |
Apache Ignite.NET
|
Exception thrown whenever Ignite transactions has been automatically rolled back. More...
Public Member Functions | |
| TransactionRollbackException () | |
| Initializes a new instance of the TransactionRollbackException class. More... | |
| TransactionRollbackException (string message) | |
| Initializes a new instance of the TransactionRollbackException class. More... | |
| TransactionRollbackException (string message, Exception cause) | |
| Initializes a new instance of the TransactionRollbackException class. More... | |
Public Member Functions inherited from Apache.Ignite.Core.Common.IgniteException | |
| IgniteException () | |
| Initializes a new instance of the IgniteException class. More... | |
| IgniteException (string message) | |
| Initializes a new instance of the IgniteException class. More... | |
| IgniteException (string message, Exception cause) | |
| Initializes a new instance of the IgniteException class. More... | |
Protected Member Functions | |
| TransactionRollbackException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the TransactionRollbackException class. More... | |
Protected Member Functions inherited from Apache.Ignite.Core.Common.IgniteException | |
| IgniteException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the IgniteException class. More... | |
| Apache.Ignite.Core.Transactions.TransactionRollbackException.TransactionRollbackException | ( | ) |
| Apache.Ignite.Core.Transactions.TransactionRollbackException.TransactionRollbackException | ( | string | message | ) |
| message | The message that describes the error. |
|
protected |
| info | Serialization information. |
| ctx | Streaming context. |
| Apache.Ignite.Core.Transactions.TransactionRollbackException.TransactionRollbackException | ( | string | message, |
| Exception | cause | ||
| ) |
| message | The message. |
| cause | The cause. |