| DeathPactException Constructor (IActorRef) |
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public DeathPactException(
IActorRef deadActor
)
new :
deadActor : IActorRef -> DeathPactException
Parameters
- deadActor
- Type: Akka.ActorIActorRef
The actor that has been terminated.
See Also