Represents parsing errors in a format string. This exception only gets thrown when Parser.ErrorAction is set to ThrowError.
| Property | Description |
|---|---|
| HasIssues | Returns true if the Collections.Generic.IList_1 of ParsingIssues contains elements. |
| Issues | Gets an Collections.Generic.IList_1 of ParsingIssues. |
| Message | Gets the long version of an error message. |
| MessageShort | Gets the short version of an error message. |
| Constructor | Description |
|---|---|
| ParsingErrors | Creates a new instance for object pooling. Immediately after creating the instance, an overload of 'Initialize' must be called. |
| Method | Description |
|---|---|
| AddIssue | Adds a new ParsingIssue. |
| Clear | Clears the ParsingErrors.Issues list. This method gets called by Unity.SmartStrings.Pooling.SmartPools.ParsingErrorsPool when it releases an instance. |
| Initialize | Initializes the instance of ParsingErrors. |