# FormattingErrorEventArgs

> Supplies information about formatting errors.

## Definition

* **Type:** Class
* **Namespace:** [Unity.SmartStrings](/engine/6000.7/script-reference/unity/smartstrings.md)
* **Assembly:** UnityEngine.SmartStringsModule
* **Inherits from:** [EventArgs](https://learn.microsoft.com/dotnet/api/system.eventargs)

```csharp
public class FormattingErrorEventArgs : EventArgs
```

## Properties

| Property                                                                                                  | Description                                                    |
| --------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [ErrorIndex](/engine/6000.7/script-reference/unity/smartstrings/formattingerroreventargs/errorindex.md)   | Character index in the format string where the error occurred. |
| [IgnoreError](/engine/6000.7/script-reference/unity/smartstrings/formattingerroreventargs/ignoreerror.md) | Whether the error is ignored instead of raising an exception.  |
| [Placeholder](/engine/6000.7/script-reference/unity/smartstrings/formattingerroreventargs/placeholder.md) | Raw text of the format item that caused the error.             |

## Inheritance

**Inherited Members:**

* [EventArgs.Empty()](https://learn.microsoft.com/dotnet/api/system.eventargs.empty)
