Click or drag to resize
Akka.NETLoadSnapshotFailed Class
Reply message to a failed LoadSnapshot request.
Inheritance Hierarchy
SystemObject
  Akka.PersistenceLoadSnapshotFailed

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public sealed class LoadSnapshotFailed : ISnapshotResponse, 
	ISnapshotMessage, IPersistenceMessage, INoSerializationVerificationNeeded

The LoadSnapshotFailed type exposes the following members.

Constructors
  NameDescription
Public methodLoadSnapshotFailed
Initializes a new instance of the LoadSnapshotFailed class.
Top
Properties
  NameDescription
Public propertyCause
Failure cause.
Top
Methods
Extension Methods
See Also