C# Class StreamEventInWrongPartition, Runtime

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

Méthodes publiques

Méthode Description
StreamEventInWrongPartition ( StreamEvent, @event, PartitionId expectedPartitionId ) : System,

Initializes a new instance of the StreamEventInWrongPartition class.

Method Details

StreamEventInWrongPartition() public méthode

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