Represents a single parsing issue in a format string.
| Property | Description |
|---|---|
| Index | Gets the index within the format string, where an error occurred. |
| Issue | Gets the description of an error issue. |
| Length | Gets the length starting from the ParsingErrors.ParsingIssue.Index which has errors. |
| Constructor | Description |
|---|---|
| ParsingErrors.ParsingIssue | Creates a new instance of ParsingIssue. |