C# 클래스 EventWasAppliedByOtherAggregateRoot, Runtime

Exception that gets thrown when an event is being used with an Aggregate Root with a different Type than it was applied by.
상속: ArgumentException
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
EventWasAppliedByOtherAggregateRoot ( EventSourceId eventSource, ArtifactId eventAggregateRoot, ArtifactId aggregateRoot ) : System,

Initializes a new instance of the EventWasAppliedByOtherAggregateRoot class.

메소드 상세

EventWasAppliedByOtherAggregateRoot() 공개 메소드

Initializes a new instance of the EventWasAppliedByOtherAggregateRoot class.
public EventWasAppliedByOtherAggregateRoot ( EventSourceId eventSource, ArtifactId eventAggregateRoot, ArtifactId aggregateRoot ) : System,
eventSource EventSourceId The .
eventAggregateRoot ArtifactId Type the Event was applied by.
aggregateRoot ArtifactId of the Aggregate Root.
리턴 System,