Click or drag to resize
ActorKilledException Constructor
Initializes a new instance of the ActorKilledException class.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public ActorKilledException(
	string message
)

Parameters

message
Type: SystemString
The message.
See Also