Class UnitOfWorkIsAlreadyCommitted
- Namespace
- Cratis.Chronicle.Transactions
- Assembly
- Cratis.Chronicle.dll
Exception that gets thrown when a unit of work is already committed.
public class UnitOfWorkIsAlreadyCommitted : Exception, ISerializable
- Inheritance
-
UnitOfWorkIsAlreadyCommitted
- Implements
- Inherited Members
Constructors
UnitOfWorkIsAlreadyCommitted(CorrelationId)
Exception that gets thrown when a unit of work is already committed.
public UnitOfWorkIsAlreadyCommitted(CorrelationId correlationId)
Parameters
correlationId
CorrelationIdThe CorrelationId for the unit of work.