Class FormattingErrorEventArgs
Supplies information about formatting errors.
Namespace: UnityEngine.Localization.SmartFormat
Assembly: solution.dll
Syntax
public class FormattingErrorEventArgs : EventArgs
Properties
| Name | Description |
|---|---|
| ErrorIndex | Location where the error occurred. |
| IgnoreError | Information whether error will throw an exception. |
| Placeholder | Placeholder which caused an error. |