Class ResourceManagerException
Base class for all ResourceManager related exceptions.
Inherited Members
Namespace: UnityEngine.ResourceManagement.Exceptions
Syntax
public class ResourceManagerException : Exception, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| ResourceManagerException() | Construct a new ResourceManagerException. |
| ResourceManagerException(SerializationInfo, StreamingContext) | Construct a new ResourceManagerException. |
| ResourceManagerException(String) | Construct a new ResourceManagerException. |
| ResourceManagerException(String, Exception) | Construct a new ResourceManagerException. |
Methods
| Name | Description |
|---|---|
| ToString() | Provides a new string object describing the exception. |