C# 클래스 MissingEventsForExpectedAggregateRootVersion, Runtime

Exception that gets thrown when constructing a CommittedAggregateEvents with a higher expected version than the given events produce.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
MissingEventsForExpectedAggregateRootVersion ( AggregateRootVersion expectedVersion, AggregateRootVersion actualVersion ) : System,

Initializes a new instance of the MissingEventsForExpectedAggregateRootVersion class.

메소드 상세

MissingEventsForExpectedAggregateRootVersion() 공개 메소드

Initializes a new instance of the MissingEventsForExpectedAggregateRootVersion class.
public MissingEventsForExpectedAggregateRootVersion ( AggregateRootVersion expectedVersion, AggregateRootVersion actualVersion ) : System,
expectedVersion AggregateRootVersion The expected .
actualVersion AggregateRootVersion The actual produced by the given events.
리턴 System,