Click or drag to resize
Akka.NETEventsourcedOnRecoveryFailure Method
Called whenever a message replay fails. By default it log the errors.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void OnRecoveryFailure(
	Exception reason,
	Object message = null
)

Parameters

reason
Type: SystemException
Reason of failure
message (Optional)
Type: SystemObject
Message that caused a failure
See Also