Class TestException
Inheritance
TestException
Assembly: Akka.Streams.TestKit.dll
Syntax
public class TestException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
TestException(String)
Declaration
public TestException(string message)
Parameters
Type |
Name |
Description |
String |
message |
|
Methods
|
Improve this Doc
View Source
Equals(TestException)
Declaration
protected bool Equals(TestException other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods