Click or drag to resize
Akka.NETPersistentViewOnReplayError Method
Called whenever a message replay fails. By default it logs the error. Subclass may override to customize logging. The PersistentView will not stop or throw exception due to this. It will try again on next update.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected virtual void OnReplayError(
	Exception cause
)

Parameters

cause
Type: SystemException
TBD
See Also