| GraphStageLogicFailStage Method |
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void FailStage(
Exception reason
)
member FailStage :
reason : Exception -> unit
Parameters
- reason
- Type: SystemException
TBD
See Also