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