Class TransactionTimeoutException
A transaction exceeded its overall deadline. Tier 1 class — throw sites activated in Tier 2 when Execution Context is implemented.
public class TransactionTimeoutException : TyphonTimeoutException, ISerializable
- Inheritance
-
TransactionTimeoutException
- Implements
- Inherited Members
Constructors
TransactionTimeoutException(long, TimeSpan)
Creates a new TransactionTimeoutException for the specified transaction.
public TransactionTimeoutException(long transactionId, TimeSpan waitDuration)
Parameters
transactionIdlongID of the transaction that timed out.
waitDurationTimeSpanHow long the transaction ran before the timeout fired.
Properties
TransactionId
ID of the transaction that timed out.
public long TransactionId { get; }