IllegalActorStateException Class
IllegalActorStateException is thrown when a core invariant in the Actor implementation has been voilated.
For instance, if you try to create an Actor that doesn't inherit from ActorBase.
Namespace:
Akka.ActorAssembly: Akka (in Akka.dll)
Syntax
public class IllegalActorStateException : AkkaException
Public Class IllegalActorStateException _ Inherits AkkaException
public ref class IllegalActorStateException : public AkkaException
Inheritance Hierarchy
Exception
Akka.Actor..::..AkkaException
Akka.Actor..::..IllegalActorStateException