Class TestSnapshotStoreFailureException
Inheritance
TestSnapshotStoreFailureException
Assembly: Akka.Persistence.TestKit.dll
Syntax
[Serializable]
public class TestSnapshotStoreFailureException : Exception, ISerializable
Constructors
|
Edit this page
View Source
TestSnapshotStoreFailureException()
Declaration
public TestSnapshotStoreFailureException()
|
Edit this page
View Source
TestSnapshotStoreFailureException(SerializationInfo, StreamingContext)
Declaration
protected TestSnapshotStoreFailureException(SerializationInfo info, StreamingContext context)
Parameters
|
Edit this page
View Source
TestSnapshotStoreFailureException(string)
Declaration
public TestSnapshotStoreFailureException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
|
Edit this page
View Source
TestSnapshotStoreFailureException(string, Exception)
Declaration
public TestSnapshotStoreFailureException(string message, Exception inner)
Parameters
Implements
Extension Methods