docs.unity.cn
    Show / Hide Table of Contents

    Class InvalidConfigDataException

    Thrown when a CatalogItemConfig has invalid data when it tries to create a CatalogItem.

    Inheritance
    Object
    Exception
    GameFoundationException
    InvalidConfigDataException
    Inherited Members
    GameFoundationException.k_MessageBuilder
    Namespace: UnityEngine.GameFoundation.Exceptions
    Syntax
    public class InvalidConfigDataException : GameFoundationException, ISerializable, _Exception
    Remarks

    The error message for this exception can't be built like other GameFoundationException because the required parameters can be set after the exception creation.

    Properties

    fieldName

    The name of the invalidConfig's field at the origin of the exception.

    Declaration
    public string fieldName { get; }
    Property Value
    Type Description
    String

    invalidConfig

    The config at the origin of the exception.

    Declaration
    public CatalogItemConfig invalidConfig { get; }
    Property Value
    Type Description
    CatalogItemConfig

    Message

    Declaration
    public override string Message { get; }
    Property Value
    Type Description
    String
    Overrides
    Exception.Message
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021