Class RemoteProviderException
Class representing an error occured during an operation that remotely fetch data.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Exceptions
어셈블리: solution.dll
구문
public class RemoteProviderException : ProviderException, ISerializable, _Exception
생성자
이름 | 설명 |
---|---|
RemoteProviderException(string, IResourceLocation, UnityWebRequestResult, Exception) | Creates a new instance of ProviderException. |
프로퍼티
이름 | 설명 |
---|---|
Message | Returns a string describing this exception. |
WebRequestResult | The result of the unity web request, if any. |
메서드
이름 | 설명 |
---|---|
ToString() | Provides a new string object describing the exception. |