Click or drag to resize
Akka.NETGraphStageLogicFail Method
Signals failure through the given port.

Namespace:  Akka.Streams.Stage
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected void Fail(
	Outlet outlet,
	Exception reason
)

Parameters

outlet
Type: Akka.StreamsOutlet
TBD
reason
Type: SystemException
TBD
See Also