StringTokenizerNextToken Property |
Namespace: NetQuarry
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown when trying to get a token which doesn't exist. Usually caused by not checking if the HasMoreTokens property returns true before trying to get the next token. |