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