Parses the value.
Namespace: Akka.Configuration.HoconAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void ParseValue(
HoconValue owner
)
Public Sub ParseValue (
owner As HoconValue
)
public:
void ParseValue(
HoconValue^ owner
)
member ParseValue :
owner : HoconValue -> unit
Parameters
- owner
- Type: Akka.Configuration.HoconHoconValue
The owner.
Exceptions| Exception | Condition |
|---|
| Exception | End of file reached while trying to read a value |
See Also