Initializes a new instance of the
Failed class.
Namespace: Akka.Dispatch.SysMsgAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Failed(
ActorRef child,
Exception cause,
long uid
)
Public Sub New (
child As ActorRef,
cause As Exception,
uid As Long
)
public:
Failed(
ActorRef^ child,
Exception^ cause,
long long uid
)
new :
child : ActorRef *
cause : Exception *
uid : int64 -> Failed
Parameters
- child
- Type: Akka.ActorActorRef
The child. - cause
- Type: SystemException
The cause. - uid
- Type: SystemInt64
The uid
See Also