Method FormattingException
FormattingException(string, FormatItem, int)
Creates a FormattingException(string, FormatItem, int) associated with the Format.
Declaration
FormattingException FormattingException(string issue, FormatItem problemItem = null, int startIndex = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| string | issue | |
| FormatItem | problemItem | |
| int | startIndex |
Returns
| Type | Description |
|---|---|
| FormattingException |