Class InvalidSequenceNumberException
Inheritance
InvalidSequenceNumberException
Assembly: Akka.Streams.dll
Syntax
public sealed class InvalidSequenceNumberException : IllegalStateException, ISerializable
Constructors
|
Edit this page
View Source
InvalidSequenceNumberException(long, long, string)
Declaration
public InvalidSequenceNumberException(long expectedSeqNr, long gotSeqNr, string message)
Parameters
|
Edit this page
View Source
InvalidSequenceNumberException(SerializationInfo, StreamingContext)
Declaration
protected InvalidSequenceNumberException(SerializationInfo info, StreamingContext context)
Parameters
Properties
|
Edit this page
View Source
ExpectedSeqNr
Declaration
public long ExpectedSeqNr { get; }
Property Value
|
Edit this page
View Source
GotSeqNr
Declaration
public long GotSeqNr { get; }
Property Value
Implements
Extension Methods