| DeadLetter Constructor |
Initializes a new instance of the
DeadLetter class.
Namespace:
Akka.Event
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public DeadLetter(
Object message,
IActorRef sender,
IActorRef recipient
)
new :
message : Object *
sender : IActorRef *
recipient : IActorRef -> DeadLetter
Parameters
- message
- Type: SystemObject
The original message that could not be delivered. - sender
- Type: Akka.ActorIActorRef
The actor that sent the message. - recipient
- Type: Akka.ActorIActorRef
The actor that was to receive the message.
Exceptions Exception | Condition |
---|
ArgumentNullException |
This exception is thrown when either the sender or the recipient is undefined.
|
See Also