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