Click or drag to resize
Akka.NETAbruptTerminationException Constructor (IActorRef)
Initializes a new instance of the AbruptTerminationException class.

Namespace:  Akka.Streams
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public AbruptTerminationException(
	IActorRef actor
)

Parameters

actor
Type: Akka.ActorIActorRef
The actor that was terminated.
See Also