Class UnknownResourceProviderException
Exception returned when the IResourceProvider is not found for a location.
Inherited Members
Namespace: UnityEngine.ResourceManagement.Exceptions
Syntax
public class UnknownResourceProviderException : ResourceManagerException, ISerializable, _Exception
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. |