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

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

Parameters

msg
Type: SystemString

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

See Also