Click or drag to resize
ActorBaseUnhandled Method
Is called when a message isn't handled by the current behavior of the actor by default it fails with either a DeathPactException (in case of an unhandled Terminated message) or publishes an UnhandledMessage to the actor's system's EventStream

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
protected virtual void Unhandled(
	Object message
)

Parameters

message
Type: SystemObject
The unhandled message.
See Also