![]() |
Apache Ignite.NET
|
Exception thrown whenever Ignite transactions fail optimistically. More...
Public Member Functions | |
| TransactionOptimisticException () | |
| Initializes a new instance of the TransactionOptimisticException class. More... | |
| TransactionOptimisticException (string message) | |
| Initializes a new instance of the TransactionOptimisticException class. More... | |
| TransactionOptimisticException (string message, Exception cause) | |
| Initializes a new instance of the TransactionOptimisticException 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 | |
| TransactionOptimisticException (SerializationInfo info, StreamingContext ctx) | |
| Initializes a new instance of the TransactionOptimisticException 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.TransactionOptimisticException.TransactionOptimisticException | ( | ) |
| Apache.Ignite.Core.Transactions.TransactionOptimisticException.TransactionOptimisticException | ( | string | message | ) |
| message | The message that describes the error. |
| Apache.Ignite.Core.Transactions.TransactionOptimisticException.TransactionOptimisticException | ( | string | message, |
| Exception | cause | ||
| ) |
| message | The message. |
| cause | The cause. |
|
protected |
| info | Serialization information. |
| ctx | Streaming context. |