| Failed Constructor |
Initializes a new instance of the
Failed class.
Namespace:
Akka.Dispatch.SysMsg
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Failed(
IActorRef child,
Exception cause,
long uid
)
new :
child : IActorRef *
cause : Exception *
uid : int64 -> Failed
Parameters
- child
- Type: Akka.ActorIActorRef
The child. - cause
- Type: SystemException
The cause. - uid
- Type: SystemInt64
The uid
See Also