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