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