Click or drag to resize
Akka.NETConfig Constructor (HoconRoot)
Initializes a new instance of the Config class.

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public Config(
	HoconRoot root
)

Parameters

root
Type: Akka.Configuration.HoconHoconRoot
The root node to base this configuration.
Exceptions
ExceptionCondition
ArgumentNullExceptionThis exception is thrown if the given root value is undefined.
See Also