FormattingErrorEventArgs
Supplies information about formatting errors.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings
- Assembly: UnityEngine.SmartStringsModule
- Inherits from: EventArgs
public class FormattingErrorEventArgs : EventArgs
Properties
Property | Description |
|---|---|
| ErrorIndex | Character index in the format string where the error occurred. |
| IgnoreError | Whether the error is ignored instead of raising an exception. |
| Placeholder | Raw text of the format item that caused the error. |