Class TransactionTimeoutException
Exception thrown whenever Ignite transactions time out.
Implements
Inherited Members
Namespace: Apache.Ignite.Core.Transactions
Assembly: Apache.Ignite.Core.dll
Syntax
[Serializable]
public class TransactionTimeoutException : IgniteException, ISerializable
Constructors
TransactionTimeoutException()
Initializes a new instance of the TransactionTimeoutException class.
Declaration
public TransactionTimeoutException()
TransactionTimeoutException(SerializationInfo, StreamingContext)
Initializes a new instance of the TransactionTimeoutException class.
Declaration
protected TransactionTimeoutException(SerializationInfo info, StreamingContext ctx)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | Serialization information. |
| StreamingContext | ctx | Streaming context. |
TransactionTimeoutException(string)
Initializes a new instance of the TransactionTimeoutException class.
Declaration
public TransactionTimeoutException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message that describes the error. |
TransactionTimeoutException(string, Exception)
Initializes a new instance of the TransactionTimeoutException class.
Declaration
public TransactionTimeoutException(string message, Exception cause)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message. |
| Exception | cause | The cause. |