| OnErrorBlock Constructor |
TBD
Namespace:
Akka.Streams.Actors
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public OnErrorBlock(
Exception cause,
bool stop
)
new :
cause : Exception *
stop : bool -> OnErrorBlock
Parameters
- cause
- Type: SystemException
TBD - stop
- Type: SystemBoolean
TBD
See Also