|  | SaveSnapshotFailure Constructor | 
  
    Namespace: 
   Akka.Persistence
    Assembly:
   Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
 Syntax
Syntaxpublic SaveSnapshotFailure(
	SnapshotMetadata metadata,
	Exception cause
)
new : 
        metadata : SnapshotMetadata * 
        cause : Exception -> SaveSnapshotFailureParameters
- metadata
- Type: Akka.PersistenceSnapshotMetadata
 Snapshot metadata.
- cause
- Type: SystemException
 A failure cause.
 See Also
See Also