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