docs.unity.cn
    Show / Hide Table of Contents

    Class AssetNotPersistentException

    This exception is thrown when an asset is expected to be persistent(saved on disk) but it is not.

    Inheritance
    Object
    Exception
    AssetNotPersistentException
    Namespace: UnityEditor.Localization
    Syntax
    public class AssetNotPersistentException : Exception, ISerializable, _Exception

    Constructors

    AssetNotPersistentException(Object)

    Creates a new instance of the exception.

    Declaration
    public AssetNotPersistentException(Object target)
    Parameters
    Type Name Description
    Object target
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use