C# 클래스 EventsForAggregateAlreadyAddedToCommit, Runtime

Exception that gets thrown when there are multiple events added to a Commit for the same aggregate.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
EventsForAggregateAlreadyAddedToCommit ( Aggregate, aggregate ) : System,

Initializes a new instance of the EventsForAggregateAlreadyAddedToCommit class.

메소드 상세

EventsForAggregateAlreadyAddedToCommit() 공개 메소드

Initializes a new instance of the EventsForAggregateAlreadyAddedToCommit class.
public EventsForAggregateAlreadyAddedToCommit ( Aggregate, aggregate ) : System,
aggregate Aggregate,
리턴 System,