Click or drag to resize
Akka.NETNoSnapshotStoreNoSnapshotStoreException Constructor (String)

Namespace:  Akka.Persistence.Snapshot
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public NoSnapshotStoreException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also