C# Class NDomain.ConcurrencyException

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

Méthodes publiques

Méthode Description
ConcurrencyException ( string aggregateId, int expectedVersion, int currentVersion ) : System

Method Details

ConcurrencyException() public méthode

public ConcurrencyException ( string aggregateId, int expectedVersion, int currentVersion ) : System
aggregateId string
expectedVersion int
currentVersion int
Résultat System