docs.unity.cn
    Show / Hide Table of Contents

    Class FormattingErrorEventArgs

    Supplies information about formatting errors.

    Inheritance
    Object
    EventArgs
    FormattingErrorEventArgs
    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
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use