Class NoSnapshotStore.NoSnapshotStoreException
TBD
Implements
Inherited Members
Namespace: Akka.Persistence.Snapshot
Assembly: Akka.Persistence.dll
Syntax
public class NoSnapshotStore.NoSnapshotStoreException : Exception, ISerializable
Constructors
| Edit this page View SourceNoSnapshotStoreException()
Initializes a new instance of the NoSnapshotStore.NoSnapshotStoreException class.
Declaration
public NoSnapshotStoreException()
NoSnapshotStoreException(SerializationInfo, StreamingContext)
Initializes a new instance of the NoSnapshotStore.NoSnapshotStoreException class.
Declaration
protected NoSnapshotStoreException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
NoSnapshotStoreException(string)
Initializes a new instance of the NoSnapshotStore.NoSnapshotStoreException class.
Declaration
public NoSnapshotStoreException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
NoSnapshotStoreException(string, Exception)
Initializes a new instance of the NoSnapshotStore.NoSnapshotStoreException class.
Declaration
public NoSnapshotStoreException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |
Exception | innerException | The exception that is the cause of the current exception. |