Click or drag to resize
Akka.NETReplayMessagesFailure Constructor
Initializes a new instance of the ReplayMessagesFailure class.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ReplayMessagesFailure(
	Exception cause
)

Parameters

cause
Type: SystemException
The cause of the failure.
Exceptions
ExceptionCondition
ArgumentNullException This exception is thrown when the specified cause is undefined.
See Also