Click or drag to resize
Akka.NETDeleteMessagesFailure Constructor
Initializes a new instance of the DeleteMessagesFailure class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeleteMessagesFailure(
	Exception cause,
	long toSequenceNr
)

Parameters

cause
Type: SystemException
Failure cause.
toSequenceNr
Type: SystemInt64
Inclusive upper sequence number bound where a replay should end.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified cause is undefined.
See Also