Class YooPackageInvalidException
The exception that is thrown when a resource package is in an invalid state.
Assembly: YooAsset.dll
View Source
Declaration
[Serializable]
public class YooPackageInvalidException : YooException, ISerializable
Properties
PackageName
Gets the name of the package that caused the exception.
View Source
Declaration
public string PackageName { get; }
Implements
System.Runtime.Serialization.ISerializable