Click or drag to resize
Akka.NETUnhandledMessage Constructor
Initializes a new instance of the UnhandledMessage class.

Namespace:  Akka.Event
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public UnhandledMessage(
	Object message,
	IActorRef sender,
	IActorRef recipient
)

Parameters

message
Type: SystemObject
The original message that could not be handled.
sender
Type: Akka.ActorIActorRef
The actor that sent the message.
recipient
Type: Akka.ActorIActorRef
The actor that was to receive the message.
See Also