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

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public DeathPactException(
	IActorRef deadActor
)

Parameters

deadActor
Type: Akka.ActorIActorRef
The actor that has been terminated.
See Also