| InvalidActorNameException Constructor (String) |
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public InvalidActorNameException(
string message
)
new :
message : string -> InvalidActorNameException
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also