C# Class StreamEventInWrongPartition, Runtime

Exception that gets thrown when a StreamEvent has a different PartitionId than expected.
Inheritance: Exception
Mostra file Open project: dolittle/Runtime

Public Methods

Method Description
StreamEventInWrongPartition ( StreamEvent, @event, PartitionId expectedPartitionId ) : System,

Initializes a new instance of the StreamEventInWrongPartition class.

Method Details

StreamEventInWrongPartition() public method

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