Click or drag to resize
Akka.NETActorBase Constructor
Initializes a new instance of the ActorBase class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
protected ActorBase()
Exceptions
ExceptionCondition
ActorInitializationException This exception is thrown when an actor is created using new. Always create actors using an ActorContext/System.
See Also