Class UnknownResourceProviderException
Exception returned when the IResourceProvider is not found for a location.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Exceptions
어셈블리: solution.dll
구문
public class UnknownResourceProviderException : ResourceManagerException, ISerializable, _Exception
생성자
이름 | 설명 |
---|---|
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 |
프로퍼티
이름 | 설명 |
---|---|
Location | The location that contains the provider id that was not found. |
Message | Returns a string describing this exception. |
메서드
이름 | 설명 |
---|---|
ToString() | Returns string representation of exception. |