KeynoteEntry(String, String)
Constructor
Description:
Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
Constructs a new KeynoteEntry from the given key name and keynote text. KeynoteEntry objects created from this constructor will not have parents.
Parameters
Parameter | Type | Description |
---|---|---|
key | String | The key of this KeynoteEntry |
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 |