Click or drag to resize
Failed Constructor
Initializes a new instance of the Failed class.

Namespace: Akka.Dispatch.SysMsg
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Failed(
	ActorRef child,
	Exception cause,
	long uid
)

Parameters

child
Type: Akka.ActorActorRef
The child.
cause
Type: SystemException
The cause.
uid
Type: SystemInt64
The uid
See Also