C# Class Akka.Streams.Implementation.Fusing.GraphInterpreter.Failed

Datei anzeigen Open project: rogeralsing/akka.net

Public Properties

Property Type Description
PreviousElement object
Reason System.Exception

Public Methods

Method Description
Failed ( Exception reason, object previousElement ) : System

Method Details

Failed() public method

public Failed ( Exception reason, object previousElement ) : System
reason System.Exception
previousElement object
return System

Property Details

PreviousElement public_oe property

public object PreviousElement
return object

Reason public_oe property

public Exception,System Reason
return System.Exception