Click or drag to resize
IllegalActorStateException Constructor
Initializes a new instance of the IllegalActorStateException class

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public IllegalActorStateException(
	string msg
)

Parameters

msg
Type: SystemString

[Missing <param name="msg"/> documentation for "M:Akka.Actor.IllegalActorStateException.#ctor(System.String)"]

See Also