Checks text for spelling correctness, from beginning of text, mis-spelt words can be accessed through nextBadWord.


- text (String)
- to spell check.

void

Exception | Condition |
---|---|
ArgumentNullException | if text parameter is null. |
Exception | Condition |
---|---|
ArgumentNullException | if text parameter is null. |