Click or drag to resize
Akka.NETActorKilledException Constructor (String)
Initializes a new instance of the ActorKilledException class.

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

Parameters

message
Type: SystemString
The message that describes the error.
See Also