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 |
|---|---|
| UnknownResourceProviderException() | Construct a new UnknownResourceProviderException |
| UnknownResourceProviderException(SerializationInfo, StreamingContext) | Construct a new UnknownResourceProviderException |
| UnknownResourceProviderException(string) | Construct a new UnknownResourceProviderException |
| UnknownResourceProviderException(string, Exception) | Construct a new UnknownResourceProviderException |
| UnknownResourceProviderException(IResourceLocation) | 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 |
|---|---|
| ToString() | Returns string representation of exception. |