Click or drag to resize
Akka.NETLoadSnapshotFailed Constructor
Initializes a new instance of the LoadSnapshotFailed class.

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

Parameters

cause
Type: SystemException
Failure cause.
See Also