| GraphStageLogicSubSourceOutletTFail Method |
Fail this output port.
Namespace:
Akka.Streams.Stage
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void Fail(
Exception ex
)
member Fail :
ex : Exception -> unit
Parameters
- ex
- Type: SystemException
TBD
See Also