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