Table of Contents

Class UnitOfWorkIsAlreadyRolledBack

Namespace
Cratis.Chronicle.Transactions
Assembly
Cratis.Chronicle.dll

Exception that gets thrown when a unit of work is already rolled back.

public class UnitOfWorkIsAlreadyRolledBack : Exception, ISerializable
Inheritance
UnitOfWorkIsAlreadyRolledBack
Implements
Inherited Members

Constructors

UnitOfWorkIsAlreadyRolledBack(CorrelationId)

Exception that gets thrown when a unit of work is already rolled back.

public UnitOfWorkIsAlreadyRolledBack(CorrelationId correlationId)

Parameters

correlationId CorrelationId

Correlation identifier for the unit of work.