C# Class NDomain.ConcurrencyException

Exception raised when there's a concurrency conflict persisting changes to an aggregate
Inheritance: System.Exception
Show file Open project: mfelicio/NDomain

Public Methods

Method Description
ConcurrencyException ( string aggregateId, int expectedVersion, int currentVersion ) : System

Method Details

ConcurrencyException() public method

public ConcurrencyException ( string aggregateId, int expectedVersion, int currentVersion ) : System
aggregateId string
expectedVersion int
currentVersion int
return System