Akka.Streams.Implementation.Fusing.GraphInterpreter.Failed.Failed C# (CSharp) Method

Failed() public method

public Failed ( Exception reason, object previousElement ) : System
reason System.Exception
previousElement object
return System
            public Failed(Exception reason, object previousElement)
            {
                Reason = reason;
                PreviousElement = previousElement;
            }
        }
GraphInterpreter.Failed