ActorSystemImpl Constructor (String, Config) |
Namespace: Akka.Actor.Internal
Exception | Condition |
---|---|
ArgumentException | This exception is thrown if the given name is an invalid name for an actor system. Note that the name must contain only word characters (i.e. [a-zA-Z0-9] plus non-leading '-'). |
ArgumentNullException | This exception is thrown if the given config is undefined. |