C# 클래스 StreamEventInWrongPartition, Runtime

Exception that gets thrown when a StreamEvent has a different PartitionId than expected.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
StreamEventInWrongPartition ( StreamEvent, @event, PartitionId expectedPartitionId ) : System,

Initializes a new instance of the StreamEventInWrongPartition class.

메소드 상세

StreamEventInWrongPartition() 공개 메소드

Initializes a new instance of the StreamEventInWrongPartition class.
public StreamEventInWrongPartition ( StreamEvent, @event, PartitionId expectedPartitionId ) : System,
@event StreamEvent,
expectedPartitionId PartitionId The expected .
리턴 System,