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

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

Parameters

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