Akka.Streams.TestKit.Tests.TestException.TestException C# (CSharp) Method

TestException() public method

public TestException ( string message ) : System
message string
return System
        public TestException(string message) : base(message) { }