| IUntypedSubscriberOnError Method |
TBD
Namespace:
Akka.Streams
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax void OnError(
Exception cause
)
abstract OnError :
cause : Exception -> unit
Parameters
- cause
- Type: SystemException
TBD
See Also