C# Class Akka.Streams.TestKit.Tests.TestException

Inheritance: System.SystemException
Datei anzeigen Open project: rogeralsing/akka.net Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TestException ( string message ) : System

Protected Methods

Method Description
Equals ( TestException other ) : bool

Method Details

Equals() protected method

protected Equals ( TestException other ) : bool
other TestException
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TestException() public method

public TestException ( string message ) : System
message string
return System