Click or drag to resize
Akka.NETIllegalActorNameException Constructor (String)
Initializes a new instance of the IllegalActorNameException class.

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public IllegalActorNameException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also