Class FormattingErrorEventArgs
Supplies information about formatting errors.
Namespace: UnityEngine.Localization.SmartFormat
Syntax
public class FormattingErrorEventArgs : EventArgs
Properties
ErrorIndex
Location where the error occurred.
Declaration
public int ErrorIndex { get; }
Property Value
Type | Description |
---|---|
Int32 |
IgnoreError
Information whether error will throw an exception.
Declaration
public bool IgnoreError { get; }
Property Value
Type | Description |
---|---|
Boolean |
Placeholder
Placeholder which caused an error.
Declaration
public string Placeholder { get; }
Property Value
Type | Description |
---|---|
String |