Class ResourceManagerException
Base class for all ResourceManager related exceptions.
Implements
Inherited Members
Namespace: UnityEngine.ResourceManagement.Exceptions
Assembly: Unity.ResourceManager.dll
Syntax
public class ResourceManagerException : Exception, ISerializable
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. |