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