| NoSnapshotStoreNoSnapshotStoreException Constructor (String, Exception) |
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,
Exception innerException
)
new :
message : string *
innerException : Exception -> NoSnapshotStoreException
Parameters
- message
- Type: SystemString
The message that describes the error. - innerException
- Type: SystemException
The exception that is the cause of the current exception.
See Also