Class ResourceManagerException
Base class for all ResourceManager related exceptions.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Exceptions
어셈블리: solution.dll
구문
public class ResourceManagerException : Exception, ISerializable, _Exception
생성자
이름 | 설명 |
---|---|
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. |
메서드
이름 | 설명 |
---|---|
ToString() | Provides a new string object describing the exception. |