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.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public class IllegalActorStateException : AkkaException
Public Class IllegalActorStateException _
	Inherits AkkaException
public ref class IllegalActorStateException : public AkkaException

Inheritance Hierarchy


Object
  Exception
    Akka.Actor..::..AkkaException
      Akka.Actor..::..IllegalActorStateException