KeynoteEntry(String, String, String)
Constructor
Description:
Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.
Constructs a new KeynoteEntry from the given key name, parent key name, and keynote text.
Parameters
| Parameter | Type | Description |
|---|---|---|
| key | String | The key of this KeynoteEntry. |
| parentKey | String | The parent key of this KeynoteEntry. Empty string means this KeynoteEntry does not have a parent. |
| text | String | The text associated with this KeynoteEntry |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | key is an empty string. |
| ArgumentNullException | A non-optional argument was null |