[This is preliminary documentation and is subject to change.]
Gets a Section denoting the line of text containing the start of
this Section in an input string.
- input (String)
- The input string that this Section refers to.
A Section denoting the line of text in the input string which
contains the position denoted by the start of this section.
| Exception | Condition |
|---|---|
| ArgumentNullException | Input string is null or empty.
|
| InvalidOperationException | This section is Empty.
|
| ArgumentException | The supplied input string does not
fully contain this Section. |