Class ProviderException
Class that represent an error that occured during a ProviderOperation.
Inherited Members
Namespace: UnityEngine.ResourceManagement.Exceptions
Syntax
public class ProviderException : OperationException, ISerializable, _Exception
Constructors
Name | Description |
---|---|
ProviderException(String, IResourceLocation, Exception) | Creates a new instance of ProviderException. |
Properties
Name | Description |
---|---|
Location | The resource location that the operation was trying to provide. |