|  | UnhandledMessage Constructor | 
  
    Namespace: 
   Akka.Event
    Assembly:
   Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic UnhandledMessage(
	Object message,
	IActorRef sender,
	IActorRef recipient
)
new : 
        message : Object * 
        sender : IActorRef * 
        recipient : IActorRef -> UnhandledMessageParameters
- 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
See Also