31 : base(Message, InnerException)
44 public string Object => this.transaction.Id.ToString();
Exception object for transaction exceptions.
string Object
Object identifier related to the object.
TransactionException(ITransaction Transaction, string Message, Exception InnerException)
Exception object for transaction exceptions.
ITransaction Transaction
Reference to transaction object.
TransactionException(ITransaction Transaction, string Message)
Exception object for transaction exceptions.
Abstract base class for transactions.
Implement this interface on exception classes to allow the log to extract object information in corre...
Interface for transactions