Class UnknownResourceProviderException
Exception returned when the IResourceProvider is not found for a location.
Implements
Inherited Members
Namespace: UnityEngine .ResourceManagement .Exceptions
Assembly: Unity.ResourceManager.dll
Syntax
public class UnknownResourceProviderException : ResourceManagerException, ISerializable
Constructors
Name | Description |
---|---|
Unknown |
Construct a new UnknownResourceProviderException |
Unknown |
Construct a new UnknownResourceProviderException |
Unknown |
Construct a new UnknownResourceProviderException |
Unknown |
Construct a new UnknownResourceProviderException |
Unknown |
Construct a new UnknownResourceProviderException |
Properties
Name | Description |
---|---|
Location | The location that contains the provider id that was not found. |
Message | Returns a string describing this exception. |
Methods
Name | Description |
---|---|
To |
Returns string representation of exception. |