Class ProviderException
Class that represent an error that occured during a ProviderOperation.
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.Exceptions
Assembly: Unity.ResourceManager.dll
Syntax
public class ProviderException : OperationException, ISerializable
  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.  |