Class ParsingErrorEventArgs | Localization | 0.8.1-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class ParsingErrorEventArgs

    Supplies information about parsing errors.

    Inheritance
    Object
    EventArgs
    ParsingErrorEventArgs
    Namespace: UnityEngine.Localization.SmartFormat.Core.Parsing
    Syntax
    public class ParsingErrorEventArgs : EventArgs

    Properties

    Errors

    All parsing errors which occurred during parsing.

    Declaration
    public ParsingErrors Errors { get; }
    Property Value
    Type Description
    ParsingErrors

    ThrowsException

    If true, the errors will throw an exception.

    Declaration
    public bool ThrowsException { get; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Wednesday, August 19, 2020