Class AssetNotPersistentException
This exception is thrown when an asset is expected to be persistent(saved on disk) but it is not.
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 |