C# 클래스 NextAggregateRootVersionMustBeGreaterThanCurrentVersion, Runtime

Exception that gets thrown when attempting to decrease the version of an aggregate root instance.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
NextAggregateRootVersionMustBeGreaterThanCurrentVersion ( EventSourceId eventSource, ArtifactId aggregateRoot, AggregateRootVersion currentVersion, AggregateRootVersion nextVersion ) : System,

Initializes a new instance of the NextAggregateRootVersionMustBeGreaterThanCurrentVersion class.

메소드 상세

NextAggregateRootVersionMustBeGreaterThanCurrentVersion() 공개 메소드

Initializes a new instance of the NextAggregateRootVersionMustBeGreaterThanCurrentVersion class.
public NextAggregateRootVersionMustBeGreaterThanCurrentVersion ( EventSourceId eventSource, ArtifactId aggregateRoot, AggregateRootVersion currentVersion, AggregateRootVersion nextVersion ) : System,
eventSource EventSourceId The .
aggregateRoot ArtifactId The aggregate root id.
currentVersion AggregateRootVersion The current of the aggregate root instance.
nextVersion AggregateRootVersion The that was attempted to set on the aggregate root instance.
리턴 System,