ActorKilledException Constructor

Initializes a new instance of the ActorKilledException class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public ActorKilledException(
	string message
)
Public Sub New ( _
	message As String _
)
public:
ActorKilledException(
	String^ message
)

Parameters

message
Type: String
The message.